TypeBrowserEditor::GetEditStyle Method (ITypeDescriptorContext^)
.NET Framework (current version)
Returns the editor style used by the EditValue method.
Assembly: System.Workflow.ComponentModel (in System.Workflow.ComponentModel.dll)
public: virtual UITypeEditorEditStyle GetEditStyle( ITypeDescriptorContext^ typeDescriptorContext ) override
Parameters
- typeDescriptorContext
-
Type:
System.ComponentModel::ITypeDescriptorContext^
An ITypeDescriptorContext that can be used to gain additional context information.
Return Value
Type: System.Drawing.Design::UITypeEditorEditStyleA UITypeEditorEditStyle value that indicates the style of editor used by EditValue. Unless overridden by an inheriting class, this method returns Modal.
.NET Framework
Available since 3.0
Available since 3.0
Show: