PDFView4NET WinForms Edition
ForeColor Property




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

Property Value

The foreground 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