Represents the item that will expand to show the list of MDI Children in an MDI environment.
Inheritance
System.Object
MdiListBarItem
Implements
System.ComponentModel.ICustomTypeDescriptor
System.Runtime.Serialization.ISerializable
System.ICloneable
Assembly: Syncfusion.Tools.Windows.dll
public class MdiListBarItem : ListBarItem, IChangeNotifyingItem, ICustomTypeDescriptor, IDataBindingSupport, ISerializable, ICloneable
Take a look at our XPMenus samples under the Tools\Samples\Menus Package\XPMenusMDI folder
for usage example.
Constructors
Declaration
Properties
Declaration
public override StringCollection ChildCaptions { get; }
Property Value
Type |
System.Collections.Specialized.StringCollection |
Overrides
Declaration
public override BarManager Manager { set; }
Property Value
Overrides
Gets / sets the number of mdi child links to be shown in the expanded list before the "More Items" BarItem.
Declaration
public virtual int MdiListSize { get; set; }
Property Value
Type |
Description |
System.Int32 |
Default is 10.
|
Declaration
public override ArrayList Tags { get; }
Property Value
Type |
System.Collections.ArrayList |
Overrides
Declaration
public override string Text { get; set; }
Property Value
Overrides
Methods
Declaration
protected override void Dispose(bool disposing)
Parameters
Type |
Name |
Description |
System.Boolean |
disposing |
|
Overrides
Declaration
protected override void OnBeforeExpand()
Overrides
Declaration
protected override void OnItemClicked(EventArgs args)
Parameters
Type |
Name |
Description |
System.EventArgs |
args |
|
Overrides
PostExpand(ParentBarItem, Int32, Int32)
Declaration
protected override void PostExpand(ParentBarItem parent, int firstChild, int lastChild)
Parameters
Type |
Name |
Description |
ParentBarItem |
parent |
|
System.Int32 |
firstChild |
|
System.Int32 |
lastChild |
|
Overrides
Implements
System.ComponentModel.ICustomTypeDescriptor
System.Runtime.Serialization.ISerializable
System.ICloneable