An NDoc Documented Class Library

ControlDictionary.GetControlType Method (Type, String)

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

See Also

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