DockEditor.GetEditStyle(ITypeDescriptorContext) メソッド

定義

EditValue メソッドの編集スタイルを取得します。 このメソッドがサポートされていない場合は、None が返されます。

public:
 override System::Drawing::Design::UITypeEditorEditStyle GetEditStyle(System::ComponentModel::ITypeDescriptorContext ^ context);
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

戻り値

提供されている編集スタイルを示す列挙値。

適用対象