An NDoc Documented Class Library

ControlDictionary.GetControlType Method

Overload List

 

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

 

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

See Also

ControlDictionary Class | White.Core.Mappings Namespace