UrlEditor::GetEditStyle Method (ITypeDescriptorContext^)

 

Gets the editing style of the EditValue method.

Namespace:   System.Web.UI.Design
Assembly:  System.Design (in System.Design.dll)

public:
virtual UITypeEditorEditStyle GetEditStyle(
	ITypeDescriptorContext^ context
) override

Parameters

context
Type: System.ComponentModel::ITypeDescriptorContext^

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

Return Value

Type: System.Drawing.Design::UITypeEditorEditStyle

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

.NET Framework
Available since 1.1
Return to top
Show: