BCGControlBar Library for .NET
ToolTipImage Property




Gets or sets tooltip image.
Syntax
'Declaration
 
Public Property ToolTipImage As Bitmap
'Usage
 
Dim instance As GridColumn
Dim value As Bitmap
 
instance.ToolTipImage = value
 
value = instance.ToolTipImage
public Bitmap ToolTipImage {get; set;}
public: __property Bitmap* get_ToolTipImage();
public: __property void set_ToolTipImage( 
   Bitmap* value
);
public:
property Bitmap^ ToolTipImage {
   Bitmap^ get();
   void set (    Bitmap^ value);
}
Remarks
If ShowTooltips property is false this property is ignored.
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

GridColumn Class
GridColumn Members

Send Feedback