PowerTools SPREAD for Windows Forms 8.0J
MarqueeFocusIndicatorRenderer コンストラクタ(Color,Int32)


インジケーターの線の色を指定するColorオブジェクト
インジケータの線の太さ(ピクセル単位)を表す Integer
指定した線の太さと色を使用して、マーキー(アニメーション化された)フォーカスインジケーターの新しいレンダラーを作成します。
構文
'Declaration
 
Public Function New( _
   ByVal color As Color, _
   ByVal thickness As Integer _
)
'使用法
 
Dim color As Color
Dim thickness As Integer
 
Dim instance As New MarqueeFocusIndicatorRenderer(color, thickness)
public MarqueeFocusIndicatorRenderer( 
   Color color,
   int thickness
)

パラメータ

color
インジケーターの線の色を指定するColorオブジェクト
thickness
インジケータの線の太さ(ピクセル単位)を表す Integer
次のサンプルコードは、アクティブセルの周囲に罫線を作成します。
FarPoint.Win.Spread.MarqueeFocusIndicatorRenderer mfr = new FarPoint.Win.Spread.MarqueeFocusIndicatorRenderer(2, Color.Red);
fpSpread1.FocusRenderer = mfr;
Dim mfr As New FarPoint.Win.Spread.MarqueeFocusIndicatorRenderer(2, Color.Red)
FpSpread1.FocusRenderer = mfr
参照

MarqueeFocusIndicatorRenderer クラス
MarqueeFocusIndicatorRenderer メンバ
オーバーロード一覧

 

 


© 2004-2015, GrapeCity inc. All rights reserved.