Class GradientPanelExtCollectionEditor
Summary description for GradientPanelExtCollectionEditor.
Inheritance
System.Object
GradientPanelExtCollectionEditor
Namespace: Syncfusion.Windows.Forms.Tools
Assembly: Syncfusion.Shared.Base.dll
Syntax
public class GradientPanelExtCollectionEditor : UITypeEditor
Constructors
GradientPanelExtCollectionEditor()
Declaration
public GradientPanelExtCollectionEditor()
Methods
EditValue(ITypeDescriptorContext, IServiceProvider, Object)
EditVaue method is used to edit the value in the Item Collection
Declaration
public override object EditValue(ITypeDescriptorContext context, IServiceProvider provider, object value)
Parameters
Type | Name | Description |
---|---|---|
System.ComponentModel.ITypeDescriptorContext | context | Provides information about container |
System.IServiceProvider | provider | Object providing custom support |
System.Object | value | Object of the container |
Returns
Type | Description |
---|---|
System.Object | Returns the object of the container |
GetEditStyle(ITypeDescriptorContext)
GetEditStyle for the editor
Declaration
public override UITypeEditorEditStyle GetEditStyle(ITypeDescriptorContext context)
Parameters
Type | Name | Description |
---|---|---|
System.ComponentModel.ITypeDescriptorContext | context | Provides information about container |
Returns
Type | Description |
---|---|
System.Drawing.Design.UITypeEditorEditStyle | Returns EditorStyle |