XmlFileEditor::GetEditStyle Method (ITypeDescriptorContext^)

 
Use BaseTrue

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

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 that can be used to gain additional context information.

Return Value

Type: System.Drawing.Design::UITypeEditorEditStyle

A UITypeEditorEditStyle enumeration value indicating the provided editing style. If the method is not supported in the specified context, this will return the None identifier.

.NET Framework
Available since 1.1
Return to top
Show: