ControlHintType Enumeration
Specifies a type of control-hint.
Namespace: DevCase.Core.Application.FormsAssembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public enum ControlHintType
Public Enumeration ControlHintType
Dim instance As ControlHintType
public enum class ControlHintType
No code example is currently available or this language may not be supported.
Normal |
1 |
The hint is removed when the Control gets focus.
|
Persistent |
2 |
The hint isn't removed when the Control gets focus.
|