GrapeCity SPREAD for Windows Forms 11.0J
CustomFocusIndicatorRenderer コンストラクタ(Int32)


線の太さ(ピクセル単位)
線幅を指定して、カスタムフォーカスインジケータの新しいレンダラを作成します。
構文
'Declaration
 
Public Function New( _
   ByVal thickness As Integer _
)
'使用法
 
Dim thickness As Integer
 
Dim instance As New CustomFocusIndicatorRenderer(thickness)
public CustomFocusIndicatorRenderer( 
   int thickness
)

パラメータ

thickness
線の太さ(ピクセル単位)
次のサンプルコードは、フォーカスレンダラーを作成します。
FarPoint.Win.Spread.CustomFocusIndicatorRenderer cfi = new FarPoint.Win.Spread.CustomFocusIndicatorRenderer(2);
fpSpread1.FocusRenderer = cfi;
Dim cfi As New FarPoint.Win.Spread.CustomFocusIndicatorRenderer(2)
FpSpread1.FocusRenderer = cfi
参照

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

 

 


© 2004-2018, GrapeCity Inc. All rights reserved.