Click or drag to resize

CTInterfaceControlVisibilityOverrideArgsGetControlVisibility Method

Gets visibility of a hideable control

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

Parameters

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

Return Value

Boolean
True if successfull, false otherwise
See Also