Class XPTaskBarBoxActionList
Inheritance
System.Object
XPTaskBarBoxActionList
Assembly: Syncfusion.Tools.Windows.dll
public class XPTaskBarBoxActionList : SyncActionListBase<XPTaskBarBox>
Constructors
Declaration
public XPTaskBarBoxActionList(IComponent component)
Parameters
Type |
Name |
Description |
System.ComponentModel.IComponent |
component |
|
Properties
Declaration
public int AnimationDelay { get; set; }
Property Value
Declaration
public int AnimationPositionsCount { get; set; }
Property Value
Declaration
public bool Collapsed { get; set; }
Property Value
Declaration
public bool DrawFocusRect { get; set; }
Property Value
Declaration
public Color HeaderBackColor { get; set; }
Property Value
Type |
System.Drawing.Color |
Declaration
public XPTaskBarBox.HeaderDirectionFormat HeaderDirection { get; set; }
Property Value
Declaration
public ImageList ImageList { get; set; }
Property Value
Type |
System.Windows.Forms.ImageList |
Declaration
public Color ItemBackColor { get; set; }
Property Value
Type |
System.Drawing.Color |
Declaration
public XPTaskBarItemsCollection Items { get; set; }
Property Value
Declaration
public int PreferredChildPanelHeight { get; set; }
Property Value
Declaration
public bool ShowCollapseButton { get; set; }
Property Value
Declaration
public bool ShowToolTip { get; set; }
Property Value
Text
Declaration
public string Text { get; set; }
Property Value
Methods
Declaration
Declaration
protected override void InitializeActionList()
Overrides
Syncfusion.Windows.Forms.Design.SyncActionListBase<Syncfusion.Windows.Forms.Tools.XPTaskBarBox>.InitializeActionList()