PDFView4NET WinForms Edition
BackColor Property (PDFAnnotationToolTip)




O2S.Components.PDFView4NET Namespace > PDFAnnotationToolTip Class : BackColor Property
Gets or sets the background color for the annotation tooltip.
Syntax
'Declaration
 
Public Property BackColor As Color
'Usage
 
Dim instance As PDFAnnotationToolTip
Dim value As Color
 
instance.BackColor = value
 
value = instance.BackColor
public Color BackColor {get; set;}
public: __property Color get_BackColor();
public: __property void set_BackColor( 
   Color value
);
public:
property Color BackColor {
   Color get();
   void set (    Color value);
}

Property Value

The background System.Drawing.Color of the annotation tooltip.
Remarks
Use the BackColor and ForeColor properties to modify the color scheme used by annotation tooltips. The system default font is automatically used and can only be overridden by owner-drawing the annotation tooltip. For more information, see the OwnerDraw property.
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

PDFAnnotationToolTip Class
PDFAnnotationToolTip Members