PowerTools SPREAD for ASP.NET 8.0J
FocusRectangleBorderStyle プロパティ

フォーカス矩形の境界線のスタイルを取得または設定します。
構文
'Declaration
 
Public Property FocusRectangleBorderStyle As FocusBorderStyle
public FocusBorderStyle FocusRectangleBorderStyle {get; set;}

プロパティ値

フォーカス矩形の境界線のスタイルを指定するFocusBorderStyle設定
次のサンプルコードは、フォーカス矩形の境界線スタイルを設定します。
FpSpread1.ShowFocusRectangle = true;
FpSpread1.FocusRectangleBorderStyle = FarPoint.Web.Spread.FocusBorderStyle.Dotted;
FpSpread1.FocusRectangleBorderColor = Color.Red;
FpSpread1.ShowFocusRectangle = True
FpSpread1.FocusRectangleBorderStyle = FarPoint.Web.Spread.FocusBorderStyle.Dotted
FpSpread1.FocusRectangleBorderColor = Color.Red
参照

FpSpread クラス
FpSpread メンバ
FocusBorderStyle列挙体

開発者の手引き

セル

 

 


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