DataEntryMode
enum.NET 6 / 8 / 10.NET Framework 4.8Binarymission.WPF.Controls.Office
What a ribbon smart text box accepts: anything, letters and digits only, or digits only.
public enum DataEntryMode
Members at a glance
AlphaNumeric | Letters and digits only. |
None | No restriction; the box takes whatever is typed. |
NumericOnly | Digits only. |
Members
AlphaNumeric
Letters and digits only.
None
No restriction; the box takes whatever is typed.
NumericOnly
Digits only.