 | 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.CTInterfaceAssembly: CTInterface (in CTInterface.dll)
Syntaxpublic List<HideableControlType> GetAvailableControls()
Public Function GetAvailableControls As List(Of HideableControlType)
Return Value
Type:
ListHideableControlTypeReturns list of hideable control types.
See Also