BCGControlBar Library for .NET
Button Property (ToolbarButtonShowTooltipEventArgs)




Specifies the button which the tooltip associated with.
Syntax
'Declaration
 
Public ReadOnly Property Button As ToolbarButton
'Usage
 
Dim instance As ToolbarButtonShowTooltipEventArgs
Dim value As ToolbarButton
 
value = instance.Button
public ToolbarButton Button {get;}
public: __property ToolbarButton* get_Button();
public:
property ToolbarButton^ Button {
   ToolbarButton^ get();
}
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

ToolbarButtonShowTooltipEventArgs Class
ToolbarButtonShowTooltipEventArgs Members

Send Feedback