ChoiceDescription
Class
Definition
Provides a description of a choice for use by
public sealed class ChoiceDescription
- Inheritance
-
ChoiceDescription
Constructors
| ChoiceDescription(String) |
Initializes an new instance of ChoiceDescription and defines the Label value. |
| ChoiceDescription(String, String) |
Initializes an new instance of ChoiceDescription and defines the Label and HelpMessage values. |
Properties
| HelpMessage |
Gets and sets the help message for this field. |
| Label |
Gets a short, human-presentable message to describe and identify the choice. Think Button label. |