Click or drag to resize
CTInterface.ControlVisibilityOverrideArgs.SetControlVisibility Method

[This is preliminary documentation and is subject to change.]

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: System.Boolean
True to show, false to hide.

Return Value

Type: Boolean
True if successfull, false otherwise
See Also