An NDoc Documented Class Library

CustomControlTypeMapping.ControlType Method (Type)

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

See Also

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