Spread Windows Forms 15.0
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / FieldsEditorControl Class / InputStatus Property


In This Topic
    InputStatus Property (FieldsEditorControl)
    In This Topic
    Gets the current input status of the control.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property InputStatus As InputStatus
    'Usage
     
    
    Dim instance As FieldsEditorControl
    Dim value As InputStatus
     
    value = instance.InputStatus
    public InputStatus InputStatus {get;}

    Property Value

    An InputStatus enumeration that indicates whether the text is full, empty, or partial.
    Remarks
    If no text is entered, this property is InputStatus.Empty. If part of the text is entered, this property is InputStatus.Part. If all the text is entered, this property is InputStatus.Full.
    See Also