The style of display for help information when rendering controls.
[Visual Basic] Public Enum HelpStyle [C#] public enum HelpStyle [C++] public __value enum HelpStyle [JScript] public enum HelpStyle
| Member Name | Description |
|---|---|
| Popup | The help text is shown in a mouse-over sensitive popup window |
| Inline | The help text is shown in a column next to the input control |
| Hidden | The help text is hidden |
Namespace: Portrate.Interview.Model
Assembly: Portrate.Interview (in Portrate.Interview.dll)
Portrate.Interview.Model Namespace