An NDoc Documented Class Library

CustomControlTypeMapping.ControlType Method (CustomUIItemType)

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

See Also

CustomControlTypeMapping Class | White.Core.UIItems.Custom Namespace | CustomControlTypeMapping.ControlType Overload List