[]
Gets or sets whether to display the literals during user entry.
public ShowLiterals ShowLiterals { get; set; }
Public Property ShowLiterals As ShowLiterals
Type | Description |
---|---|
ShowLiterals | One of the GrapeCity.Windows.InputMan.ShowLiterals enumeration values. The default is GrapeCity.Windows.InputMan.ShowLiterals.Always. |
This property controls the literals shown or not shown when user input text.
Type | Condition |
---|---|
ArgumentException | The assigned value is not type of GrapeCity.Windows.InputMan.ShowLiterals. |