EditValue メソッドで使用するエディタ スタイルを取得します。
Overrides Overloads Public Function GetEditStyle( _
ByVal context As ITypeDescriptorContext _) As UITypeEditorEditStyle
[C#]
public override UITypeEditorEditStyle GetEditStyle(ITypeDescriptorContextcontext);
[C++]
public: UITypeEditorEditStyle GetEditStyle(ITypeDescriptorContext* context);
[JScript]
public override function GetEditStyle(
context : ITypeDescriptorContext) : UITypeEditorEditStyle;
パラメータ
- context
編集スタイルの取得対象であるコンポーネントまたはコントロールを識別する ITypeDescriptorContext 。
戻り値
コンポーネントまたはコントロールのエディタ編集スタイルを指定する UITypeEditorEditStyle 。
解説
このエディタはモーダル エディタ スタイルを提供します。
必要条件
プラットフォーム: Windows 2000, Windows XP Professional, Windows Server 2003 ファミリ
.NET Framework セキュリティ:
- 直前の呼び出し元の完全信頼。このメンバは、部分的に信頼されているコードから使用することはできません。詳細の参照先 : 部分信頼コードからのライブラリの使用
参照
DataBindingCollectionEditor クラス | DataBindingCollectionEditor メンバ | System.Web.UI.Design 名前空間 | DataBindingCollectionEditor.GetEditStyle オーバーロードの一覧