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;
True if the control can be extended; otherwise, false.
ErrorProvider Class | ErrorProvider Members | System.WinForms Namespace