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)

[To be supplied.]

[Visual Basic]
Overloads Public Sub AddRefTab( _
   ByVal tabType As Type, _
   ByVal component As Object _
)
[C#]
public void AddRefTab(
   Type tabType,
   object component
);
[C++]
public: void AddRefTab(
   Type* tabType,
   Object* component
);
[JScript]
public function AddRefTab(
   tabType : Type,
   component : Object
);

Parameters

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

See Also

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