次の方法で共有


PropertyTab.GetDefaultProperty メソッド

指定したコンポーネントの既定のプロパティを取得します。

Public Overridable Function GetDefaultProperty( _
   ByVal component As Object _) As PropertyDescriptor
[C#]
public virtual PropertyDescriptor GetDefaultProperty(objectcomponent);
[C++]
public: virtual PropertyDescriptor* GetDefaultProperty(Object* component);
[JScript]
public function GetDefaultProperty(
   component : Object) : PropertyDescriptor;

パラメータ

  • component
    既定のプロパティを取得する対象のコンポーネント。

戻り値

既定のプロパティを表す PropertyDescriptor

必要条件

プラットフォーム: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 ファミリ

参照

PropertyTab クラス | PropertyTab メンバ | System.Windows.Forms.Design 名前空間