言語

MenuItemCollectionEditor.GetEditStyle(ITypeDescriptorContext) メソッド

定義

このエディターに関連付けられている編集スタイルを取得します。

public:
 override System::Drawing::Design::UITypeEditorEditStyle GetEditStyle(System::ComponentModel::ITypeDescriptorContext ^ context);
public override System.Drawing.Design.UITypeEditorEditStyle GetEditStyle(System.ComponentModel.ITypeDescriptorContext context);
override this.GetEditStyle : System.ComponentModel.ITypeDescriptorContext -> System.Drawing.Design.UITypeEditorEditStyle
Public Overrides Function GetEditStyle (context As ITypeDescriptorContext) As UITypeEditorEditStyle

パラメーター

context
ITypeDescriptorContext

編集中のオブジェクトのコンテキストを示す ITypeDescriptorContext

返品

常に Modal を返します。

注釈

GetEditStyle メソッドは常にModal値を返します。これは、エディターのユーザー インターフェイスがモーダル ダイアログ ボックスであることを示します。

context パラメーターは使用されません。

適用対象

こちらもご覧ください