The following tables list the members exposed by ToolbarButtonShowTooltipEventArgs.
Public Properties
| Name | Description |
 | Button | Specifies the button which the tooltip associated with. |
 | TipDescription | Indicates the description of the command associated with the specified button. This description will be placed to the tooltip. |
 | TipIcon | Indicates an icon to draw on the tooltip. |
 | TipImage | Specifies an image to display on the tooltip. |
 | TipText | Indicates a text on the tooltip. |
Top
Public Methods
| Name | Description |
 | Dispose | Overloaded. Releases all resources used by the ToolBarButtonShowTooltipEventArgs. |
Top
See Also