[]
        
(Showing Draft Content)

GrapeCity.Win.Spread.InputMan.CellType.FieldsEditorControl.InputStatus

InputStatus Property

InputStatus

Gets the current input status of the control.

Declaration
[Browsable(false)]
public InputStatus InputStatus { get; }
<Browsable(False)>
Public ReadOnly Property InputStatus As InputStatus
Property Value
Type Description
InputStatus

An InputStatus enumeration that indicates whether the text is full, empty, or partial.

Remarks

If no text is entered, this property is Empty. If part of the text is entered, this property is Part. If all the text is entered, this property is Full.