An NDoc Documented Class Library

ControlDictionary.GetControlType Method (Type)

[Visual Basic]
Overridable  OverloadsPublic Function GetControlType( _ 
   ByVal testControlType As Type _ 
) As ControlType
[C#]
public virtual ControlType GetControlType(
   Type testControlType
);
[C++]
public: virtual ControlType* GetControlType(
   Type* testControlType
);
[JScript]
public virtual function GetControlType(
   Type testControlType
): ControlType;

See Also

ControlDictionary Class | White.Core.Mappings Namespace | ControlDictionary.GetControlType Overload List