 | CTInterfaceControlVisibilityOverrideArgsGetControlVisibility Method |
Gets visibility of a hideable control
Namespace: ATR.CT.CTInterfaceAssembly: CTInterface (in CTInterface.dll) Version: 25.0
Syntaxpublic bool GetControlVisibility(
HideableControlType eType,
ref bool bVisible
)
Public Function GetControlVisibility (
eType As HideableControlType,
ByRef bVisible As Boolean
) As Boolean
Parameters
- eType HideableControlType
- Control which visibility to get.
- bVisible Boolean
- Returns true if visible, false if hidden.
Return Value
BooleanTrue if successfull, false otherwise
See Also