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

コンポーネントのコマンドバー情報を取得します。
構文
'Declaration
 
Public ReadOnly Property CommandBar As CommandBarInfo
public CommandBarInfo CommandBar {get;}

プロパティ値

コマンドバーの外観設定を含むCommandBarInfoオブジェクト
この例では、CommandBarプロパティを使用し、コマンドバーの外観の設定方法を示します。
FpSpread1.CommandBar.Background = null;
FpSpread1.CommandBar.BackColor = Color.Yellow;
FpSpread1.CommandBar.ButtonFaceColor = Color.YellowGreen;
FpSpread1.CommandBar.ButtonHighlightColor = Color.Coral;
FpSpread1.CommandBar.ButtonShadowColor = Color.Bisque;
FpSpread1.CommandBar.ButtonTextColor = Color.RoyalBlue;
FpSpread1.CommandBar.ButtonType = FarPoint.Web.Spread.ButtonType.PushButton;
FpSpread1.CommandBar.Font.Bold = True;
FpSpread1.CommandBar.Font.Name = "Comic Sans MS";
FpSpread1.CommandBar.Visible = True;
 
FpSpread1.CommandBar.Background = Nothing
FpSpread1.CommandBar.BackColor = Color.Yellow
FpSpread1.CommandBar.ButtonFaceColor = Color.YellowGreen
FpSpread1.CommandBar.ButtonHighlightColor = Color.Coral
FpSpread1.CommandBar.ButtonShadowColor = Color.Bisque
FpSpread1.CommandBar.ButtonTextColor = Color.RoyalBlue
FpSpread1.CommandBar.ButtonType = FarPoint.Web.Spread.ButtonType.PushButton
FpSpread1.CommandBar.Font.Bold = True
FpSpread1.CommandBar.Font.Name = "Comic Sans MS"
FpSpread1.CommandBar.Visible = True
参照

FpSpread クラス
FpSpread メンバ
CommandBarInfo クラス

開発者の手引き

コマンドバーの概要

 

 


© MESCIUS inc. All rights reserved.