Class MdiListMoreWindowsItem
Implements
System.ComponentModel.ICustomTypeDescriptor
System.ICloneable
System.Runtime.Serialization.ISerializable
Inherited Members
Namespace: Syncfusion.Windows.Forms.Tools.XPMenus
Assembly: Syncfusion.Tools.Windows.dll
Syntax
public class MdiListMoreWindowsItem : StandAloneBarItem, IChangeNotifyingItem, ICustomTypeDescriptor, ICloneable, IDataBindingSupport, ISerializable
Constructors
MdiListMoreWindowsItem(Form, Form[])
Declaration
public MdiListMoreWindowsItem(Form active, Form[] all)
Parameters
Type | Name | Description |
---|---|---|
System.Windows.Forms.Form | active | |
System.Windows.Forms.Form[] | all |
Fields
active
Declaration
public Form active
Field Value
Type |
---|
System.Windows.Forms.Form |
forms
Declaration
public Form[] forms
Field Value
Type |
---|
System.Windows.Forms.Form[] |
Methods
OnItemClicked(EventArgs)
Declaration
protected override void OnItemClicked(EventArgs args)
Parameters
Type | Name | Description |
---|---|---|
System.EventArgs | args |
Overrides
Implements
System.ComponentModel.ICustomTypeDescriptor
System.ICloneable
System.Runtime.Serialization.ISerializable