| CTInterfaceControlVisibilityOverrideArgsSetControlVisibility Method |
Set visibility of a hideable control
Namespace: ATR.CT.CTInterfaceAssembly: CTInterface (in CTInterface.dll)
Syntax public bool SetControlVisibility(
HideableControlType eType,
bool bShow
)
Public Function SetControlVisibility (
eType As HideableControlType,
bShow As Boolean
) As Boolean
Parameters
- eType
- Type: HideableControlType
Control which visibility to set. - bShow
- Type: SystemBoolean
True to show, false to hide.
Return Value
Type:
BooleanTrue if successfull, false otherwise
See Also