GrapeCity.ActiveReports.Web.v9 アセンブリ > GrapeCity.ActiveReports.Web.ExportOptions 名前空間 > FlashViewerOptions クラス : SearchResultsBackColor プロパティ |
検索結果でハイライト表示する際の背景色を設定または参照します。デフォルトはSystem.Drawing.Color.Blueです。
'宣言 Public Property SearchResultsBackColor As Color
public Color SearchResultsBackColor {get; set;}
WebViewer.FlashViewerOptions.SearchResultsBackColor = System.Drawing.Color.Red
WebViewer.FlashViewerOptions.SearchResultsBackColor = System.Drawing.Color.Red;