指定したオブジェクトを拡張できるかどうかを示す値を取得します。
Overrides Public Function CanExtend( _
ByVal extendee As Object _) As Boolean Implements IExtenderProvider.CanExtend
[C#]
public override bool CanExtend(objectextendee);
[C++]
public: bool CanExtend(Object* extendee);
[JScript]
public override function CanExtend(
extendee : Object) : Boolean;
パラメータ
- extendee
拡張できるかどうかを確認する対象のオブジェクト。
戻り値
指定したオブジェクトを拡張できる場合は true 。それ以外の場合は false 。
実装
必要条件
プラットフォーム: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 ファミリ
参照
EventsTab クラス | EventsTab メンバ | System.Windows.Forms.Design 名前空間