PDFView4NET WinForms Edition
RequiredFormFieldHighlightColor Property




O2S.Components.PDFView4NET Namespace > PDFPageView Class : RequiredFormFieldHighlightColor Property
Gets or sets the color for highlighting the required form fields.
Syntax
'Declaration
 
<CategoryAttribute("PDF Forms")>
<DescriptionAttribute("Highlight color for required form fields")>
<DefaultValueAttribute(System.Drawing.Color, "0, 0, 0, 0")>
Public Property RequiredFormFieldHighlightColor As Color
'Usage
 
Dim instance As PDFPageView
Dim value As Color
 
instance.RequiredFormFieldHighlightColor = value
 
value = instance.RequiredFormFieldHighlightColor
[Category("PDF Forms")]
[Description("Highlight color for required form fields")]
[DefaultValue(System.Drawing.Color, "0, 0, 0, 0")]
public Color RequiredFormFieldHighlightColor {get; set;}
[Category("PDF Forms")]
[Description("Highlight color for required form fields")]
[DefaultValue(System.Drawing.Color, "0, 0, 0, 0")]
public: __property Color get_RequiredFormFieldHighlightColor();
public: __property void set_RequiredFormFieldHighlightColor( 
   Color value
);
[Category("PDF Forms")]
[Description("Highlight color for required form fields")]
[DefaultValue(System.Drawing.Color, "0, 0, 0, 0")]
public:
property Color RequiredFormFieldHighlightColor {
   Color get();
   void set (    Color value);
}

Property Value

The highlight color for required form fields.
Remarks
The required form fields are highlighted by drawing a colored border around them. If the value of this property is Color.Empty then the required fields are not highlighted.
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

PDFPageView Class
PDFPageView Members