An NDoc Documented Class Library

ControlDictionary.HasPrimaryChildren Method 

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

See Also

ControlDictionary Class | White.Core.Mappings Namespace