[]
        
(Showing Draft Content)

GrapeCity.Win.Spread.InputMan.CellType.SymbolButton.Behavior

Behavior Property

Behavior

Gets or sets the behavior when click the SymbolButton.

Declaration
public SideButtonBehavior Behavior { get; set; }
Public Property Behavior As SideButtonBehavior
Property Value
Type Description
SideButtonBehavior

A SideButtonBehavior enumeration, SpinUp means when click the SymbolButton, it will do spin up behavior, SpinDown means when click the SymbolButton, it will do spin down behavior.

Remarks

When set as SpinUp, Symbol property will be forced changed to Arrow, SymbolDirection property will be forced changed to Up, Interval property will be forced changed to 60. When set as SpinDown, Symbol property will be forced changed to Arrow, SymbolDirection property will be forced changed to Down, Interval property will be forced changed to 60. When set as None, Symbol property will be forced changed to None, SymbolDirection property will be forced changed to Left, Interval property will be forced changed to 0.