NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

PropertyGrid.AddRefTab (Type, Object, PropertyTabScope, Boolean)

[To be supplied.]

[Visual Basic]
Overloads Protected Sub AddRefTab( _
   ByVal tabType As Type, _
   ByVal component As Object, _
   ByVal type As PropertyTabScope, _
   ByVal setupToolbar As Boolean _
)
[C#]
protected void AddRefTab(
   Type tabType,
   object component,
   PropertyTabScope type,
   bool setupToolbar
);
[C++]
protected: void AddRefTab(
   Type* tabType,
   Object* component,
   PropertyTabScope type,
   bool setupToolbar
);
[JScript]
protected function AddRefTab(
   tabType : Type,
   component : Object,
   type : PropertyTabScope,
   setupToolbar : Boolean
);

Parameters

tabType
[To be supplied.]
component
[To be supplied.]
type
[To be supplied.]
setupToolbar
[To be supplied.]

See Also

PropertyGrid Class | PropertyGrid Members | System.WinForms Namespace | PropertyGrid.AddRefTab Overload List