MESCIUS SPREAD for Windows Forms 17.0J
Behavior プロパティ (SideButton)

<see cref="T:GrapeCity.Win.Spread.InputMan.CellType.SymbolButton" />をクリックしたときの動作を取得または設定します。
構文
'Declaration
 
Public Property Behavior As SideButtonBehavior
public SideButtonBehavior Behavior {get; set;}

プロパティ値

SideButtonBehavior列挙体。SideButtonBehavior.SpinUpは、SideButtonをクリックしたときにスピンアップ動作が実行されることを意味し、SideButtonBehavior.SpinDownは、SideButtonをクリックしたときにスピンダウン動作が実行されることを意味します。
解説
<see cref="F:GrapeCity.Win.Spread.InputMan.CellType.SideButtonBehavior.SpinUp" />に設定すると、<see cref="P:GrapeCity.Win.Spread.InputMan.CellType.SideButton.Text" />プロパティは強制的に"+"に変更され、<see cref="P:GrapeCity.Win.Spread.InputMan.CellType.SideButton.Interval" />プロパティは強制的に60に変更されます。<see cref="F:GrapeCity.Win.Spread.InputMan.CellType.SideButtonBehavior.SpinDown" />に設定すると、<see cref="P:GrapeCity.Win.Spread.InputMan.CellType.SideButton.Text" nolink="true" />プロパティは強制的に"-"に変更され、<see cref="P:GrapeCity.Win.Spread.InputMan.CellType.SideButton.Interval" nolink="true" />プロパティは強制的に60に変更されます。<see cref="F:GrapeCity.Win.Spread.InputMan.CellType.SideButtonBehavior.None" />に設定すると、<see cref="P:GrapeCity.Win.Spread.InputMan.CellType.SideButton.Text" nolink="true" />プロパティは強制的に<see cref="F:System.String.Empty" />に変更され、<see cref="P:GrapeCity.Win.Spread.InputMan.CellType.SideButton.Interval" nolink="true" />プロパティは強制的に0に変更されます。
参照

SideButton クラス
SideButton メンバ

 

 


© MESCIUS inc. All rights reserved.