An NDoc Documented Class Library

ControlDictionaryItems.AddSecondary Method (Type, ControlType, Boolean)

[Visual Basic]
Overridable  OverloadsPublic Sub AddSecondary( _ 
   ByVal testControlType As Type, _ 
   ByVal controlType As ControlType, _ 
   ByVal hasPrimaryChildren As Boolean _ 
)
[C#]
public virtual void AddSecondary(
   Type testControlType,
   ControlType controlType,
   bool hasPrimaryChildren
);
[C++]
public: virtual void AddSecondary(
   Type* testControlType,
   ControlType* controlType,
   bool hasPrimaryChildren
);
[JScript]
public virtual function AddSecondary(
   Type testControlType,
   ControlType controlType,
   bool hasPrimaryChildren
);

See Also

ControlDictionaryItems Class | White.Core.Mappings Namespace | ControlDictionaryItems.AddSecondary Overload List