DataControlFieldTypeEditor.GetEditStyle(ITypeDescriptorContext) Method

Definition

Gets the editing style associated with this editor, using the specified ITypeDescriptorContext object.

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

Parameters

context
ITypeDescriptorContext

The ITypeDescriptorContext that indicates the context of the object being edited.

Returns

The UITypeEditorEditStyle value representing the editing style of this editor. The default value is Modal.

Remarks

Always returns the value Modal.

Applies to

See also