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!

ErrorProvider.CanExtend

Returns whether a control can be extended.

[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
The control which may be extended.

Return Value

True if the control can be extended; otherwise, false.

See Also

ErrorProvider Class | ErrorProvider Members | System.WinForms Namespace