An NDoc Documented Class Library

ControlDictionary.IsControlTypeSupported Method 

[Visual Basic]
Overridable Public Function IsControlTypeSupported( _ 
   ByVal controlType As ControlType _ 
) As Boolean
[C#]
public virtual bool IsControlTypeSupported(
   ControlType controlType
);
[C++]
public: virtual bool IsControlTypeSupported(
   ControlType* controlType
);
[JScript]
public virtual function IsControlTypeSupported(
   ControlType controlType
): bool;

See Also

ControlDictionary Class | White.Core.Mappings Namespace