次の方法で共有


DataControlFieldTypeEditor.GetEditStyle(ITypeDescriptorContext) メソッド

定義

指定した 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

戻り値

このエディターの編集スタイルを表す UITypeEditorEditStyle 値。 既定値は Modal です。

注釈

常に 値 Modalを返します。

適用対象

こちらもご覧ください