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