DataGridColumnCollectionEditor::GetEditStyle Method (ITypeDescriptorContext^)
.NET Framework (current version)
Gets the editing style associated with this editor, using the specified ITypeDescriptorContext object.
Assembly: System.Design (in System.Design.dll)
public: virtual UITypeEditorEditStyle GetEditStyle( ITypeDescriptorContext^ context ) override
Parameters
- context
-
Type:
System.ComponentModel::ITypeDescriptorContext^
The ITypeDescriptorContext object that indicates the context of the object being edited.
Return Value
Type: System.Drawing.Design::UITypeEditorEditStyleThe UITypeEditorEditStyle value representing the editing style of this editor. The default is Modal.
Always returns the value Modal.
.NET Framework
Available since 1.1
Available since 1.1
Show: