Spread Windows Forms 15.0
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / CharBox Class / State Property


In This Topic
    State Property (CharBox)
    In This Topic
    Gets or sets the state of the char box.
    Syntax
    'Declaration
     
    
    Protected ReadOnly Property State As CharBoxState
    'Usage
     
    
    Dim instance As CharBox
    Dim value As CharBoxState
     
    value = instance.State
    protected CharBoxState State {get;}

    Property Value

    A CharBoxState enumeration indicates the state of the char box.
    Remarks
    This property retrieves the edit state of this CharBox.
    See Also