Class MultilineStringEditor
Represents the class is used for TreeNodeAdv property Text.
Inheritance
Namespace: Syncfusion.Windows.Forms.Tools.Controls.MultiColumnTreeView.Designers
Assembly: Syncfusion.Tools.Windows.dll
Syntax
public sealed class MultilineStringEditor : UITypeEditor
Constructors
MultilineStringEditor()
Declaration
public MultilineStringEditor()
Methods
EditValue(ITypeDescriptorContext, IServiceProvider, Object)
Edits 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 | An System.ComponentModel.ITypeDescriptorContext that can be used to gain additional context information. |
System.IServiceProvider | provider | An System.IServiceProvider that this editor can use to obtain services. |
System.Object | value | An object to edit. |
Returns
Type | Description |
---|---|
System.Object | The new value of object. |
GetEditStyle(ITypeDescriptorContext)
Edits the specified object's value using the editor style indicated by the System.Drawing.Design.UITypeEditor.GetEditStyle() method.
Declaration
public override UITypeEditorEditStyle GetEditStyle(ITypeDescriptorContext context)
Parameters
Type | Name | Description |
---|---|---|
System.ComponentModel.ITypeDescriptorContext | context | A System.ComponentModel.ITypeDescriptorContext that can be used to gain additional context information. |
Returns
Type | Description |
---|---|
System.Drawing.Design.UITypeEditorEditStyle | A System.Drawing.Design.UITypeEditorEditStyle value. |
GetPaintValueSupported(ITypeDescriptorContext)
Indicates whether this editor supports the painting of a representation of an object's value.
Declaration
public override bool GetPaintValueSupported(ITypeDescriptorContext context)
Parameters
Type | Name | Description |
---|---|---|
System.ComponentModel.ITypeDescriptorContext | context | An System.ComponentModel.ITypeDescriptorContext that can be used to provide additional context information. |
Returns
Type | Description |
---|---|
System.Boolean | Return false. |