An NDoc Documented Class Library

ControlDictionary.GetTestControlType Method (ControlType, String, Boolean)

[Visual Basic]
Overridable  OverloadsPublic Function GetTestControlType( _ 
   ByVal controlType As ControlType, _ 
   ByVal frameWorkId As String, _ 
   ByVal isNativeControl As Boolean _ 
) As Type
[C#]
public virtual Type GetTestControlType(
   ControlType controlType,
   string frameWorkId,
   bool isNativeControl
);
[C++]
public: virtual Type* GetTestControlType(
   ControlType* controlType,
   String* frameWorkId,
   bool isNativeControl
);
[JScript]
public virtual function GetTestControlType(
   ControlType controlType,
   String frameWorkId,
   bool isNativeControl
): Type;

See Also

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