Spread Windows Forms 12.0 Product Documentation
InputStatus Property (FieldsEditorControl)


GrapeCity.Win.PluginInputMan Assembly > GrapeCity.Win.Spread.InputMan.CellType Namespace > FieldsEditorControl Class : InputStatus Property
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

Reference

FieldsEditorControl Class
FieldsEditorControl Members