ActiveReports Developer 7
UserPreferences Class Members
See Also  Properties 
GrapeCity.ActiveReports.Document.v7 Assembly > GrapeCity.ActiveReports.Document.Section Namespace : UserPreferences Class

Glossary Item Box

The following tables list the members exposed by UserPreferences.

Public Constructors

 NameDescription
Public ConstructorUserPreferences ConstructorInitializes a new instance of the UserPreference class.  
Top

Public Properties

 NameDescription
Public PropertyHyperLinkBackColorGets or sets the background color of the controls that hosts a hyperlink. The default is transparent.  
Public PropertyHyperLinkForeColorGets or sets the color of the text within a control that hosts a hyperlink. The default is Blue.  
Public PropertyHyperLinkUnderlineGets or sets a value determining whether the text in a control that hosts a hyperlink is underlined. The default value is true.  
Public PropertySearchResultsBackColorGets or sets the background color of the highlighted text when using the Viewer control's Find dialog.  
Public PropertySearchResultsForeColorGets or sets the color of the highlighted text when using the Viewer control's Find dialog.  
Public PropertyUseHyperLinkSettingsIf True, these settings will be applied to links. Otherwise, each link will be displayed according to their own settings.  
Top

See Also