WinForms

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

    Show / Hide Table of Contents

    Class ToolStripItemAdvInfo

    Info about ToolStripItem in the RibbonControlAdvHeader.

    Inheritance
    System.Object
    ToolStripItemAdvInfo
    DropDownButtonAdvInfo
    Inherited Members
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Syncfusion.Windows.Forms.Tools
    Assembly: Syncfusion.Tools.Windows.dll
    Syntax
    public class ToolStripItemAdvInfo

    Constructors

    ToolStripItemAdvInfo(ToolStripItem)

    Creates and initializes new instance of ToolStripItemAdvInfo.

    Declaration
    public ToolStripItemAdvInfo(ToolStripItem item)
    Parameters
    Type Name Description
    System.Windows.Forms.ToolStripItem item

    Name of the underlying item.

    Fields

    Item

    Reference to the underlying item.

    Declaration
    public ToolStripItem Item
    Field Value
    Type Description
    System.Windows.Forms.ToolStripItem
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved