 | CTInterface.ControlVisibilityOverrideArgs.SetControlVisibility Method |
[This is preliminary documentation and is subject to change.]
Set visibility of a hideable control
Namespace: ATR.CT.CTInterfaceAssembly: CTInterface (in CTInterface.dll)
Syntaxpublic 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: System.Boolean
True to show, false to hide.
Return Value
Type:
BooleanTrue if successfull, false otherwise
See Also