Class RadialMenuCustomCollectionEditor
Class for RadialMenuCustomCollectionEditor
Inheritance
System.Object
RadialMenuCustomCollectionEditor
Namespace: Syncfusion.Windows.Forms.Tools
Assembly: Syncfusion.Tools.Windows.dll
Syntax
public class RadialMenuCustomCollectionEditor : UITypeEditor
Constructors
RadialMenuCustomCollectionEditor()
Initializes the new instance for RadialMenuCustomCollectionEditor.
Declaration
public RadialMenuCustomCollectionEditor()
Methods
CreateForm(RadialMenu)
Initializes new RadialMenuCustomCollectionEditorForm
Declaration
protected virtual RadialMenuCustomCollectionEditorForm CreateForm(RadialMenu owner)
Parameters
Type | Name | Description |
---|---|---|
RadialMenu | owner | RadialMenu |
Returns
Type | Description |
---|---|
RadialMenuCustomCollectionEditorForm | RadialMenuCustomCollectionEditorForm |
EditValue(ITypeDescriptorContext, IServiceProvider, Object)
Overridden function of EditValue.
Declaration
public override object EditValue(ITypeDescriptorContext context, IServiceProvider provider, object value)
Parameters
Type | Name | Description |
---|---|---|
System.ComponentModel.ITypeDescriptorContext | context | Contextual information about a component |
System.IServiceProvider | provider | An object that provides custom support to other objects. |
System.Object | value | Object |
Returns
Type | Description |
---|---|
System.Object | RadialMenuItemCollection |
GetEditStyle(ITypeDescriptorContext)
Gets the editor style used by the System.Drawing.Design.UITypeEditor.EditValue(System.IServiceProvider,System.Object) method.
Declaration
public override UITypeEditorEditStyle GetEditStyle(ITypeDescriptorContext context)
Parameters
Type | Name | Description |
---|---|---|
System.ComponentModel.ITypeDescriptorContext | context | Used to gain additional context information. |
Returns
Type | Description |
---|---|
System.Drawing.Design.UITypeEditorEditStyle | UITypeEditorEditStyle value that indicates the style |
OnCollectionChanged(Object, Object)
Event for CollectionChanged.
Declaration
protected virtual void OnCollectionChanged(object instance, object value)
Parameters
Type | Name | Description |
---|---|---|
System.Object | instance | Object |
System.Object | value | Value |
Events
CollectionChanged
Event for CollectionChanged.
Declaration
public event RadialMenuCustomCollectionEditor.CollectionChangedEventHandler CollectionChanged
Event Type
Type |
---|
RadialMenuCustomCollectionEditor.CollectionChangedEventHandler |