Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType Namespace / ButtonCellType Class / TwoState Property


In This Topic
    TwoState Property (ButtonCellType)
    In This Topic
    Gets or sets whether the button has two states.
    Syntax
    'Declaration
     
    
    Public Property TwoState As Boolean
    'Usage
     
    
    Dim instance As ButtonCellType
    Dim value As Boolean
     
    instance.TwoState = value
     
    value = instance.TwoState
    public bool TwoState {get; set;}
    See Also