[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;
ControlDictionary Class | White.Core.Mappings Namespace | ControlDictionary.GetTestControlType Overload List