PowerTools SPREAD for ASP.NET 8.0J
FocusBorderStyle 列挙体

Spreadコンポーネントのフォーカス矩形の境界線のスタイルを指定します。
構文
'Declaration
 
Public Enum FocusBorderStyle 
   Inherits System.Enum
public enum FocusBorderStyle : System.Enum 
メンバ
メンバ説明
Dashed破線の境界線を表示します。
Dotted点線の境界線を表示します。
Solid実線の境界線を表示します。
次のサンプルコードは、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
継承階層

System.Object
   System.ValueType
      System.Enum
         FarPoint.Web.Spread.FocusBorderStyle

参照

FarPoint.Web.Spread 名前空間
ShowFocusRectangleプロパティ
FocusRectangleBorderColorプロパティ
FocusRectangleBorderStyleプロパティ

開発者の手引き

セル

 

 


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