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