Name | Description | |
---|---|---|
RibbonQat Constructor | Creates a new instance of RibbonQat. |
The following tables list the members exposed by RibbonQat.
Name | Description | |
---|---|---|
RibbonQat Constructor | Creates a new instance of RibbonQat. |
Name | Description | |
---|---|---|
BelowRibbon | Specifies whether the Quick Access Toolbar (QAT) will appear below the Ribbon. | |
Container | (Inherited from System.ComponentModel.Component) | |
Enabled | Overridden. Gets or sets whether RibbonQat is enabled. | |
Group | Gets the RibbonGroup that this RibbonItem belongs to. (Inherited from C1.Win.Ribbon.RibbonItem) | |
IsDisposed | Gets a value indicating whether the RibbonItem has been disposed of. (Inherited from C1.Win.Ribbon.RibbonItem) | |
Items | Gets the collection of items in the QAT. | |
MenuItems | Gets the collection of items in the QAT menu. | |
MenuVisible | Gets or sets whether the 'Customize QAT' drop-down button is visible. | |
Name | Gets or sets the unique name for this RibbonItem. (Inherited from C1.Win.Ribbon.RibbonItem) | |
OwnerCollection | Gets the owner collection for this RibbonItem. (Inherited from C1.Win.Ribbon.RibbonItem) | |
OwnerControl | Gets the C1Ribbon or C1StatusBar that this RibbonItem belongs to. (Inherited from C1.Win.Ribbon.RibbonItem) | |
Parent | Gets the object (RibbonItem or RibbonGroup) that this RibbonItem belongs to. (Inherited from C1.Win.Ribbon.RibbonItem) | |
Ribbon | Gets the C1Ribbon that this RibbonItem belongs to. (Inherited from C1.Win.Ribbon.RibbonItem) | |
ShowBelowItem | Gets or sets whether the 'Show Below the Ribbon' QAT menu item is visible. | |
ShowMinimizeItem | Gets or sets whether the 'Minimize the Ribbon' QAT menu item is visible. | |
Site | Gets or sets the ISite of the RibbonItem. (Inherited from C1.Win.Ribbon.RibbonItem) | |
StatusBar | Gets the C1StatusBar that this RibbonItem belongs to. (Inherited from C1.Win.Ribbon.RibbonItem) | |
Tab | Gets the RibbonTab that this RibbonItem belongs to. (Inherited from C1.Win.Ribbon.RibbonItem) | |
Tag | User-defined data associated with the RibbonItem. (Inherited from C1.Win.Ribbon.RibbonItem) | |
ToolTip | Overridden. Gets or sets the ToolTip string for the 'Customize QAT' drop-down button. | |
Visible | Overridden. Gets or sets whether RibbonQat is visible. |
Name | Description | |
---|---|---|
CanRaiseEvents | (Inherited from System.ComponentModel.Component) | |
DesignMode | (Inherited from System.ComponentModel.Component) | |
Events | (Inherited from System.ComponentModel.Component) |
Name | Description | |
---|---|---|
CreateObjRef | (Inherited from System.MarshalByRefObject) | |
Dispose | Overloaded. Clean up any resources being used. (Inherited from C1.Win.Ribbon.RibbonItem) | |
Equals | Determines whether the specified RibbonItem is equal to the current RibbonItem. (Inherited from C1.Win.Ribbon.RibbonItem) | |
GetHashCode | Serves as a hash function for a particular type. (Inherited from C1.Win.Ribbon.RibbonItem) | |
GetLifetimeService | (Inherited from System.MarshalByRefObject) | |
InitializeLifetimeService | (Inherited from System.MarshalByRefObject) | |
ToString | (Inherited from System.ComponentModel.Component) |
Name | Description | |
---|---|---|
Finalize | (Inherited from System.ComponentModel.Component) | |
GetService | (Inherited from System.ComponentModel.Component) | |
MemberwiseClone | Overloaded. (Inherited from System.MarshalByRefObject) | |
OnItemsChanged | Raises the ItemsChanged event. | |
OnMouseEnter | Raises the MouseEnter event. (Inherited from C1.Win.Ribbon.RibbonItem) | |
OnMouseLeave | Raises the MouseLeave event. (Inherited from C1.Win.Ribbon.RibbonItem) | |
OnPositionChanged | Raises the PositionChanged event. | |
ResetToolTip | This member is for internal use only. | |
ShouldSerializeID | (Inherited from C1.Win.Ribbon.RibbonItem) | |
ShouldSerializeItems | This member is for internal use only. | |
ShouldSerializeMenuItems | ||
ShouldSerializeName | (Inherited from C1.Win.Ribbon.RibbonItem) | |
ShouldSerializeToolTip | This member is for internal use only. |
Name | Description | |
---|---|---|
Disposed | (Inherited from System.ComponentModel.Component) | |
ItemsChanged | Occurs whenever a RibbonItem or RibbonGroup is added or removed to/from the Items collection. | |
MouseEnter | Occurs when the mouse enters the item. (Inherited from C1.Win.Ribbon.RibbonItem) | |
MouseLeave | Occurs when the mouse leaves the item. (Inherited from C1.Win.Ribbon.RibbonItem) | |
PositionChanged | Occurs whenever the BelowRibbon property is changed. |