An NDoc Documented Class Library

CustomControlTypeMapping.ControlType Method

Overload List

 

[Visual Basic] Shared  OverloadsPublic Function ControlType(ByVal Type) As ControlType
[C#] public static ControlType ControlType(Type);
[C++] public: static ControlType* ControlType(Type*);
[JScript] public static function ControlType(Type): ControlType;

 

[Visual Basic] Shared  OverloadsPublic Function ControlType(ByVal CustomUIItemType) As ControlType
[C#] public static ControlType ControlType(CustomUIItemType);
[C++] public: static ControlType* ControlType(CustomUIItemType);
[JScript] public static function ControlType(CustomUIItemType): ControlType;

See Also

CustomControlTypeMapping Class | White.Core.UIItems.Custom Namespace