An NDoc Documented Class Library

ControlDictionary.GetTestControlType Method (String)

[Visual Basic]
Overridable  OverloadsPublic Function GetTestControlType( _ 
   ByVal className As String _ 
) As Type
[C#]
public virtual Type GetTestControlType(
   string className
);
[C++]
public: virtual Type* GetTestControlType(
   String* className
);
[JScript]
public virtual function GetTestControlType(
   String className
): Type;

See Also

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