Class ToolStripPanelItem
Inheritance
System.Object
ToolStripPanelItem
Assembly: Syncfusion.Tools.Windows.dll
public class ToolStripPanelItem : ToolStripControlHost
Constructors
Declaration
public ToolStripPanelItem()
Declaration
public ToolStripPanelItem(bool bUseStandardLayout)
Parameters
Type |
Name |
Description |
System.Boolean |
bUseStandardLayout |
|
Properties
Declaration
public ToolStripBorderStyle BorderStyle { get; set; }
Property Value
Gets or sets value for Default size.
Declaration
public bool DefaultDPISize { get; set; }
Property Value
Declaration
protected override Padding DefaultMargin { get; }
Property Value
Type |
System.Windows.Forms.Padding |
Gets/sets whether the buttons should be grouped.
Declaration
public bool GroupedButtons { get; set; }
Property Value
Gets the collection of items to display on the ToolStripPanelItem
Declaration
public ToolStripItemCollection Items { get; }
Property Value
Type |
System.Windows.Forms.ToolStripItemCollection |
Declaration
public ToolStripLayoutStyle LayoutStyle { get; set; }
Property Value
Type |
System.Windows.Forms.ToolStripLayoutStyle |
Declaration
public override Padding Padding { get; set; }
Property Value
Type |
System.Windows.Forms.Padding |
Gets or sets the maximum number of rows.
Declaration
public int RowCount { get; set; }
Property Value
Specifies whether to display ToolTips on items.
Declaration
public bool ShowItemToolTips { get; set; }
Property Value
Declaration
public ToolStripEx ToolStrip { get; }
Property Value
Gets or sets value indicating whether control is transparent.
Declaration
public bool Transparent { get; set; }
Property Value
Gets or sets whether to use Standard Layout.
Declaration
public bool UseStandardLayout { get; set; }
Property Value
Methods
Declaration
protected override void Dispose(bool disposing)
Parameters
Type |
Name |
Description |
System.Boolean |
disposing |
|
Declaration
public override Size GetPreferredSize(Size proposedSize)
Parameters
Type |
Name |
Description |
System.Drawing.Size |
proposedSize |
|
Returns
Declaration
protected override void OnBoundsChanged()
Declaration
protected override void OnOwnerChanged(EventArgs e)
Parameters
Type |
Name |
Description |
System.EventArgs |
e |
|
Events
Fires when item in this controls is clicked.
Declaration
public event ToolStripItemClickedEventHandler ItemClicked
Event Type
Type |
System.Windows.Forms.ToolStripItemClickedEventHandler |