BCGControlBar Library for .NET
TipImage Property




Specifies an image to display on the tooltip.
Syntax
'Declaration
 
Public Property TipImage As Bitmap
'Usage
 
Dim instance As ToolbarButtonShowTooltipEventArgs
Dim value As Bitmap
 
instance.TipImage = value
 
value = instance.TipImage
public Bitmap TipImage {get; set;}
public: __property Bitmap* get_TipImage();
public: __property void set_TipImage( 
   Bitmap* value
);
public:
property Bitmap^ TipImage {
   Bitmap^ get();
   void set (    Bitmap^ value);
}
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