Table of Contents
Enumerations #
This class exposes no enumerations.
Constants #
This class exposes no constants.
Events #
This class exposes no events.
Methods #
Definition | Description |
---|---|
Choice( choiceValue as Integer ) as String | Returns the caption of the specified choice. |
Constructor( QuestionCaption as String, AnswerChoices() as String, DefaultValue as Integer = -1 ) | Creates a new instance of the class. |
Count() as Integer | Returns the number of choices available to the user. |
Properties #
Name | Type | Default Value | Description |
---|---|---|---|
BackgroundStyle | GraffitiWebLikert.BGStyles | Light | Background color of the question’s display area. |
BorderStyle | WebUIControl.Indicators | Default | Border color applied to the question’s display area. |
BorderType | GraffitiWebLikert.BorderTypes | None | Border applied to the question’s display area. |
Caption | String | “” | Caption of the question. |
CaptionAlignment | GraffitiWebLikert.Alignments | Left | Alignment of the caption within the question’s display area. |
Description | String | “” | Description of the question that is displayed below the Caption. |
Tag | Variant | Nil | Developer storage |
TextStyle | WebUIControl.Indicators | Default | Color applied to the question’s text sections. |
Value | Integer | Value of the currently selected response. -1 if there is no selection. |
Examples #
This class currently has no examples.
Notes #
This class currently has no notes.