Click or drag to resize

ShowPromptMode Enumeration

Mode for when prompt characters are shown in a control.

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public enum ShowPromptMode
Members
  Member nameValueDescription
Always0 Always show the prompt characters.
OnFocus1 Only show the prompt characters when the control has focus.
Never2 Never show the prompt characters
See Also