An NDoc Documented Class Library

ControlDictionaryItems.AddWin32Primary Method 

[Visual Basic]
Overridable Public Sub AddWin32Primary( _ 
   ByVal testControlType As Type, _ 
   ByVal controlType As ControlType _ 
)
[C#]
public virtual void AddWin32Primary(
   Type testControlType,
   ControlType controlType
);
[C++]
public: virtual void AddWin32Primary(
   Type* testControlType,
   ControlType* controlType
);
[JScript]
public virtual function AddWin32Primary(
   Type testControlType,
   ControlType controlType
);

See Also

ControlDictionaryItems Class | White.Core.Mappings Namespace