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!

PropertyTab.GetDefaultProperty

[To be supplied.]

[Visual Basic]
Overridable Public Function GetDefaultProperty( _
   ByVal component As Object _
) As PropertyDescriptor
[C#]
public virtual PropertyDescriptor GetDefaultProperty(
   object component
);
[C++]
public: virtual PropertyDescriptor* GetDefaultProperty(
   Object* component
);
[JScript]
public function GetDefaultProperty(
   component : Object
) : PropertyDescriptor;

Parameters

component
[To be supplied.]

See Also

PropertyTab Class | PropertyTab Members | System.WinForms.Design Namespace