[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;
CustomControlTypeMapping Class | White.Core.UIItems.Custom Namespace