An NDoc Documented Class Library

ControlDictionary.IsExcluded Method 

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

See Also

ControlDictionary Class | White.Core.Mappings Namespace