Interface exposes an individual toolbar button. It supports adding button text and icon, enabling/disabling, hidding.
The ILkToolbarButton type exposes the following members.
Name | Description | |
---|---|---|
ConnectTo | Connects to a specific button. | |
DoClick | Invokes a handler behind a button. |
Name | Description | |
---|---|---|
ButtonId | Button identifier for OnClick event. | |
Buttons | Provides a collection to define list of buttons in a dropdown menu. | |
Description | Defines mouse over title of the button. | |
Enabled | Sets or gets button enabled state. | |
IconHandle | Gets or sets icon hanle associated with the button. | |
IsChecked | Sets or retrieves a button check state. | |
IsSmall | Gets or sets the size of the button. | |
Position | Sets or retrieves a button index. | |
Text | Defines text of the button. | |
Visible | Sets or gets if button visible or hidden. | |
Widget | Defines a style of the button. |
Name | Description | |
---|---|---|
Click | Notifies a plugin on a button click. |