Click or drag to resize
CTInterfaceControlVisibilityOverrideArgsSetControlVisibility Method
Set visibility of a hideable control

Namespace: ATR.CT.CTInterface
Assembly: CTInterface (in CTInterface.dll)
Syntax
public bool SetControlVisibility(
	HideableControlType eType,
	bool bShow
)

Parameters

eType
Type: HideableControlType
Control which visibility to set.
bShow
Type: SystemBoolean
True to show, false to hide.

Return Value

Type: Boolean
True if successfull, false otherwise
See Also