Class ToolStripItemAdvInfo
Info about ToolStripItem in the RibbonControlAdvHeader.
Namespace: Syncfusion.Windows.Forms.Tools
Assembly: Syncfusion.Tools.Windows.dll
Syntax
public class ToolStripItemAdvInfo : Object
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 |
|---|
| System.Windows.Forms.ToolStripItem |