Class RadialMenuItemCustomCollectionEditor
Class for RadialMenuItemCustomCollectionEditor
Inheritance
System.Object
RadialMenuItemCustomCollectionEditor
Namespace: Syncfusion.Windows.Forms.Tools
Assembly: Syncfusion.Tools.Windows.dll
Syntax
public class RadialMenuItemCustomCollectionEditor : UITypeEditor
Constructors
RadialMenuItemCustomCollectionEditor()
Initializes the new instance for RadialMenuItemCustomCollectionEditor.
Declaration
public RadialMenuItemCustomCollectionEditor()
Methods
add_CollectionChanged(RadialMenuItemCustomCollectionEditor.CollectionChangedEventHandler)
Declaration
public void add_CollectionChanged(RadialMenuItemCustomCollectionEditor.CollectionChangedEventHandler value)
Parameters
| Type | Name | Description |
|---|---|---|
| RadialMenuItemCustomCollectionEditor.CollectionChangedEventHandler | value |
CreateForm(RadialMenu, IServiceProvider)
Initializes new RadialMenuCustomCollectionEditorForm
Declaration
protected virtual RadialMenuCustomCollectionEditorForm CreateForm(RadialMenu owner, IServiceProvider provider)
Parameters
| Type | Name | Description |
|---|---|---|
| RadialMenu | owner | RadialMenu |
| System.IServiceProvider | provider | The System.IServiceProvider used to resolve design-time services. |
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 |
remove_CollectionChanged(RadialMenuItemCustomCollectionEditor.CollectionChangedEventHandler)
Declaration
public void remove_CollectionChanged(RadialMenuItemCustomCollectionEditor.CollectionChangedEventHandler value)
Parameters
| Type | Name | Description |
|---|---|---|
| RadialMenuItemCustomCollectionEditor.CollectionChangedEventHandler | value |
Events
CollectionChanged
Event for CollectionChanged.
Declaration
public event RadialMenuItemCustomCollectionEditor.CollectionChangedEventHandler CollectionChanged
Event Type
| Type |
|---|
| RadialMenuItemCustomCollectionEditor.CollectionChangedEventHandler |