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!

EventsTab.GetDefaultProperty

[To be supplied.]

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

Parameters

obj
[To be supplied.]

See Also

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