次の方法で共有


UITypeEditor.GetEditStyle メソッド ()

EditValue メソッドで使用するエディタ スタイルを取得します。

Overloads Public Function GetEditStyle() As UITypeEditorEditStyle
[C#]
public UITypeEditorEditStyle GetEditStyle();
[C++]
public: UITypeEditorEditStyle GetEditStyle();
[JScript]
public function GetEditStyle() : UITypeEditorEditStyle;

戻り値

現在の UITypeEditor で使用するエディタのスタイルを示す UITypeEditorEditStyle 列挙値。既定では、このメソッドは None を返します。

解説

UITypeEditor でこのメソッドをオーバーライドおよび実装しない場合、 GetEditStyle は既定で None を返します。

必要条件

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

参照

UITypeEditor クラス | UITypeEditor メンバ | System.Drawing.Design 名前空間 | UITypeEditor.GetEditStyle オーバーロードの一覧 | UITypeEditorEditStyle