GrapeCity ActiveReports for .NET 12.0J
SearchResultsForeColor プロパティ (FlashViewerOptions)
使用例 

検索結果でハイライト表示する際の前景色を設定または参照します。デフォルトはSystem.Drawing.Color.Whiteです。

構文
'宣言
 
Public Property SearchResultsForeColor As Color
public Color SearchResultsForeColor {get; set;}
使用例
WebViewer.FlashViewerOptions.SearchResultsForeColor = System.Drawing.Color.Yellow
WebViewer.FlashViewerOptions.SearchResultsForeColor = System.Drawing.Color.Yellow;
WebViewer.FlashViewerOptions.SearchResultsForeColor = System.Drawing.Color.Yellow
WebViewer.FlashViewerOptions.SearchResultsForeColor = System.Drawing.Color.Yellow;
参照

関連項目

FlashViewerOptions クラス
FlashViewerOptions メンバ

 

 


Copyright © 2003 GrapeCity inc. All rights reserved.