YPrivateTextBoxYPrivateTextBoxOffFocusDisplayBehavior Enumeration
|
Specify the display behavior when the control is not focused.
Namespace: Upsilon.Common.FormsAssembly: Upsilon.Common.Forms (in Upsilon.Common.Forms.dll) Version: 2.3.2+14985a67b419f90e14e6b1bde61d18cf6cf12b27
Syntax public enum YPrivateTextBoxOffFocusDisplayBehavior
Members Member name | Value | Description |
---|
Classic | 0 |
Show the private text characters count in the control.
|
Fixed | 1 |
Show fixed number of characters in the control.
|
Random | 2 |
Show a random number of characters in the control.
|
See Also