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