MESCIUS SPREAD for ASP.NET 10.0J
ImageButtonHoverColor プロパティ

Spreadコンポーネントのコマンドバーにあるボタンのホバー色を取得または設定します。
構文
'Declaration
 
Public Property ImageButtonHoverColor As Color
public Color ImageButtonHoverColor {get; set;}
次のサンプルコードは、ImageButtonHoverColorプロパティを設定します。
fpSpread1.Sheets[0].RowCount = 20;
fpSpread1.CommandBar.ImageButtonHoverColor = Drawing.Color.BlueViolet;
FpSpread1.Sheets(0).RowCount = 20
FpSpread1.CommandBar.ImageButtonHoverColor = Drawing.Color.BlueViolet
参照

CommandBarInfo クラス
CommandBarInfo メンバ

 

 


© MESCIUS inc. All rights reserved.