BCGControlBar Library for .NET
ToolbarButtonShowTooltip Event




Syntax
'Declaration
 
Public Event ToolbarButtonShowTooltip As ToolbarButtonShowTooltipHandler
'Usage
 
Dim instance As CommandBar
Dim handler As ToolbarButtonShowTooltipHandler
 
AddHandler instance.ToolbarButtonShowTooltip, handler
public event ToolbarButtonShowTooltipHandler ToolbarButtonShowTooltip
public: __event ToolbarButtonShowTooltipHandler* ToolbarButtonShowTooltip
public:
event ToolbarButtonShowTooltipHandler^ ToolbarButtonShowTooltip
Event Data

The event handler receives an argument of type ToolbarButtonShowTooltipEventArgs containing data related to this event. The following ToolbarButtonShowTooltipEventArgs properties provide information specific to this event.

PropertyDescription
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.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

CommandBar Class
CommandBar Members

Send Feedback