YPrivateTextBoxYPrivateTextBoxShowPrivateTextBehavior Enumeration
|
Specify when the text is shown.
Namespace: Upsilon.Common.FormsAssembly: Upsilon.Common.Forms (in Upsilon.Common.Forms.dll) Version: 2.3.2+14985a67b419f90e14e6b1bde61d18cf6cf12b27
Syntax public enum YPrivateTextBoxShowPrivateTextBehavior
Members Member name | Value | Description |
---|
ShowOnFocus | 0 |
Show the text when the control is focused.
|
ShowOnToogleButton | 1 |
Show the text when Show button is toogled on.
|
ShowOnHoldButton | 2 |
Show the text when Show button is holded.
|
See Also