Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType Namespace / CheckBoxCellType Class / ThreeState Property


In This Topic
    ThreeState Property (CheckBoxCellType)
    In This Topic
    Gets or sets whether the check box has three states.
    Syntax
    'Declaration
     
    
    Public Property ThreeState As Boolean
    'Usage
     
    
    Dim instance As CheckBoxCellType
    Dim value As Boolean
     
    instance.ThreeState = value
     
    value = instance.ThreeState
    public bool ThreeState {get; set;}
    See Also