UrlEditor.GetEditStyle(ITypeDescriptorContext) Method

Definition

Gets the editing style of the EditValue(ITypeDescriptorContext, IServiceProvider, Object) method.

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

An ITypeDescriptorContext object that can be used to gain additional context information.

Returns

One of the UITypeEditorEditStyle values indicating the provided editing style. If the method is not supported, this method will return None.

Applies to

See also