Provides access to the ActiveButton instances attached to the menu instance. Más...
Propiedades | |
IActiveItems | Items [get] |
Gets the list of ActiveButton instances associated with the current menu instances. | |
ToolTip | ToolTip [get, set] |
Gets or sets the tool tip control used for rendering tool tips. | |
Provides access to the ActiveButton instances attached to the menu instance.
This sample shows how to add & remove buttons form the IActiveMenu using the Items list.
Definición en la línea 44 del archivo IActiveMenu.cs.
|
get |
Gets the list of ActiveButton instances associated with the current menu instances.
The items.
Definición en la línea 51 del archivo IActiveMenu.cs.
|
getset |
Gets or sets the tool tip control used for rendering tool tips.
The tool tip settings.
Definición en la línea 57 del archivo IActiveMenu.cs.