次の方法で共有


UITypeEditor.GetEditStyle メソッド (ITypeDescriptorContext)

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

Overloads Public Overridable Function GetEditStyle( _
   ByVal context As ITypeDescriptorContext _) As UITypeEditorEditStyle
[C#]
public virtual UITypeEditorEditStyle GetEditStyle(ITypeDescriptorContextcontext);
[C++]
public: virtual UITypeEditorEditStyle GetEditStyle(ITypeDescriptorContext* context);
[JScript]
public function GetEditStyle(
   context : ITypeDescriptorContext) : UITypeEditorEditStyle;

パラメータ

戻り値

EditValue で使用するエディタのスタイルを示す UITypeEditorEditStyle 値。 UITypeEditor がこのメソッドをサポートしていない場合、 GetEditStyleNone を返します。

必要条件

プラットフォーム: 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 | ITypeDescriptorContext