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.CanExtend

[To be supplied.]

[Visual Basic]
Overridable Public Function CanExtend( _
   ByVal extendee As Object _
) As Boolean
[C#]
public virtual bool CanExtend(
   object extendee
);
[C++]
public: virtual bool CanExtend(
   Object* extendee
);
[JScript]
public function CanExtend(
   extendee : Object
) : Boolean;

Parameters

extendee
[To be supplied.]

See Also

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