Click or drag to resize
CTInterfaceControlVisibilityOverrideArgsGetAvailableControls Method

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

Get list of controls that can possibly be hidden from the CUSTOMTOOLS Properties UI.

Namespace: ATR.CT.CTInterface
Assembly: CTInterface (in CTInterface.dll)
Syntax
public List<HideableControlType> GetAvailableControls()

Return Value

Type: ListHideableControlType
Returns list of hideable control types.
See Also