Class CustomControlEditor
Represents a custom control editor of the MultiColumnTreeView.
Inheritance
System.Object
CustomControlEditor
Namespace: Syncfusion.Windows.Forms.Tools.MultiColumnTreeView
Assembly: Syncfusion.Tools.Windows.dll
Syntax
public class CustomControlEditor : UITypeEditor
Constructors
CustomControlEditor()
Initialize a new instance of the CustomControlEditor class.
Declaration
public CustomControlEditor()
Methods
EditValue(ITypeDescriptorContext, IServiceProvider, Object)
Edit the specified object's value using the editor style indicated by the EditValue() method.
Declaration
public override object EditValue(ITypeDescriptorContext context, IServiceProvider provider, object value)
Parameters
Type | Name | Description |
---|---|---|
System.ComponentModel.ITypeDescriptorContext | context | It can be used to gain additional context information. |
System.IServiceProvider | provider | It can used to obtain services. |
System.Object | value | The value of the object. |
Returns
Type |
---|
System.Object |
GetEditStyle(ITypeDescriptorContext)
Overridden. Edits the specified object's value using the editor style indicated by the GetEditStyle() method.
Declaration
public override UITypeEditorEditStyle GetEditStyle(ITypeDescriptorContext context)
Parameters
Type | Name | Description |
---|---|---|
System.ComponentModel.ITypeDescriptorContext | context | It can be used to gain additional context information. |
Returns
Type |
---|
System.Drawing.Design.UITypeEditorEditStyle |