WinForms

Code Examples Upgrade Guide User Guide Demos Support Forums Download
  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ToolStripPanelItem

    Show / Hide Table of Contents

    Class ToolStripPanelItem

    Inheritance
    System.Object
    ToolStripPanelItem
    StatusStripPanelItem
    Namespace: Syncfusion.Windows.Forms.Tools
    Assembly: Syncfusion.Tools.Windows.dll
    Syntax
    public class ToolStripPanelItem : ToolStripControlHost

    Constructors

    ToolStripPanelItem()

    Declaration
    public ToolStripPanelItem()

    ToolStripPanelItem(Boolean)

    Declaration
    public ToolStripPanelItem(bool bUseStandardLayout)
    Parameters
    Type Name Description
    System.Boolean bUseStandardLayout

    Properties

    BorderStyle

    Declaration
    public ToolStripBorderStyle BorderStyle { get; set; }
    Property Value
    Type Description
    ToolStripBorderStyle

    DefaultDPISize

    Gets or sets value for Default size.

    Declaration
    public bool DefaultDPISize { get; set; }
    Property Value
    Type Description
    System.Boolean

    DefaultMargin

    Declaration
    protected override Padding DefaultMargin { get; }
    Property Value
    Type Description
    System.Windows.Forms.Padding

    GroupedButtons

    Gets/sets whether the buttons should be grouped.

    Declaration
    public bool GroupedButtons { get; set; }
    Property Value
    Type Description
    System.Boolean

    Items

    Gets the collection of items to display on the ToolStripPanelItem

    Declaration
    public ToolStripItemCollection Items { get; }
    Property Value
    Type Description
    System.Windows.Forms.ToolStripItemCollection

    LayoutStyle

    Declaration
    public ToolStripLayoutStyle LayoutStyle { get; set; }
    Property Value
    Type Description
    System.Windows.Forms.ToolStripLayoutStyle

    Padding

    Declaration
    public override Padding Padding { get; set; }
    Property Value
    Type Description
    System.Windows.Forms.Padding

    RowCount

    Gets or sets the maximum number of rows.

    Declaration
    public int RowCount { get; set; }
    Property Value
    Type Description
    System.Int32

    ShowItemToolTips

    Specifies whether to display ToolTips on items.

    Declaration
    public bool ShowItemToolTips { get; set; }
    Property Value
    Type Description
    System.Boolean

    ToolStrip

    Declaration
    public ToolStripEx ToolStrip { get; }
    Property Value
    Type Description
    ToolStripEx

    Transparent

    Gets or sets value indicating whether control is transparent.

    Declaration
    public bool Transparent { get; set; }
    Property Value
    Type Description
    System.Boolean

    UseStandardLayout

    Gets or sets whether to use Standard Layout.

    Declaration
    public bool UseStandardLayout { get; set; }
    Property Value
    Type Description
    System.Boolean

    Methods

    Dispose(Boolean)

    Declaration
    protected override void Dispose(bool disposing)
    Parameters
    Type Name Description
    System.Boolean disposing

    GetPreferredSize(Size)

    Declaration
    public override Size GetPreferredSize(Size proposedSize)
    Parameters
    Type Name Description
    System.Drawing.Size proposedSize
    Returns
    Type Description
    System.Drawing.Size

    OnBoundsChanged()

    Declaration
    protected override void OnBoundsChanged()

    OnOwnerChanged(EventArgs)

    Declaration
    protected override void OnOwnerChanged(EventArgs e)
    Parameters
    Type Name Description
    System.EventArgs e

    Events

    ItemClicked

    Fires when item in this controls is clicked.

    Declaration
    public event ToolStripItemClickedEventHandler ItemClicked
    Event Type
    Type Description
    System.Windows.Forms.ToolStripItemClickedEventHandler
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved