Click or drag to resize

CTInterfaceControlVisibilityOverrideArgsSetControlVisibility Method

Set visibility of a hideable control

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

Parameters

eType  HideableControlType
Control which visibility to set.
bShow  Boolean
True to show, false to hide.

Return Value

Boolean
True if successfull, false otherwise
See Also