IQuickAccessToolbarButton Interface |
Namespace: Internal.ComponentFactory.Krypton.Ribbon
public interface IQuickAccessToolbarButton
The IQuickAccessToolbarButton type exposes the following members.
| Name | Description | |
|---|---|---|
| Checked | ||
| IsDropDownButton |
| Name | Description | |
|---|---|---|
| GetEnabled |
Gets the entry enabled state.
| |
| GetImage |
Gets the entry image.
| |
| GetShortcutKeys |
Gets the entry shortcut keys state.
| |
| GetText |
Gets the entry text.
| |
| GetToolTipBody |
Gets the body text for the item ToolTip.
| |
| GetToolTipImage |
Gets the image for the item ToolTip.
| |
| GetToolTipImageTransparentColor |
Gets the color to draw as transparent in the ToolTipImage.
| |
| GetToolTipStyle |
Gets the tooltip label style.
| |
| GetToolTipTitle |
Gets the title text for the item ToolTip.
| |
| GetVisible |
Gets the entry visible state.
| |
| PerformClick |
Generates a Click event for a button.
| |
| PerformDropDown |
Generates a DropDown event for a button.
| |
| SetRibbon |
Provides a back reference to the owning ribbon control instance.
| |
| SetVisible |
Sets a new value for the visible state.
|
| Name | Description | |
|---|---|---|
| Click |
Occurs when the quick access toolbar button has been clicked.
| |
| PropertyChanged |
Occurs after the value of a property has changed.
|