The Portrate Interview Engine

HelpStyle Enumeration

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

Members

Member NameDescription
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

Requirements

Namespace: Portrate.Interview.Model

Assembly: Portrate.Interview (in Portrate.Interview.dll)

See Also

Portrate.Interview.Model Namespace