Click or drag to resize
CTInterfaceControlVisibilityOverrideArgsGetControlVisibility Method
Gets visibility of a hideable control

Namespace: ATR.CT.CTInterface
Assembly: CTInterface (in CTInterface.dll)
Syntax
public bool GetControlVisibility(
	HideableControlType eType,
	ref bool bVisible
)

Parameters

eType
Type: HideableControlType
Control which visibility to get.
bVisible
Type: SystemBoolean
Returns true if visible, false if hidden.

Return Value

Type: Boolean
True if successfull, false otherwise
See Also