EventsTab.GetDefaultProperty メソッド
指定したオブジェクトから既定のプロパティを取得します。
Overrides Public Function GetDefaultProperty( _
ByVal obj As Object _) As PropertyDescriptor
[C#]
public override PropertyDescriptor GetDefaultProperty(objectobj);
[C++]
public: PropertyDescriptor* GetDefaultProperty(Object* obj);
[JScript]
public override function GetDefaultProperty(
obj : Object) : PropertyDescriptor;
パラメータ
- obj
既定のプロパティを取得する対象のオブジェクト。
戻り値
既定のプロパティを示す PropertyDescriptor 。
必要条件
プラットフォーム: 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 名前空間