| Author
|
MatrixTSL
|
| Version
|
0.1
|
| Category
|
Control
|
Combo Box component
Creates a user selectable combo box for selecting between various options.
Component Source Code
Please click here to download the component source project: FC_Comp_Source_WEBEXP_ComboBox.fcsx
Please click here to view the component source code (Beta): FC_Comp_Source_WEBEXP_ComboBox.fcsx
Detailed description
No detailed description exists yet for this component
Examples
No additional examples
Macro reference
GetSelectedIndex
|
GetSelectedIndex
|
| Returns the index of the selected item
|
- INT
|
Return
|
GetSelectedText
|
GetSelectedText
|
| Returns the text for the currently selected item
|
- STRING
|
Return
|
Property reference
|
Properties
|
|
ComboBox
|
|
Options
|
| A list of choices available in the combobox
|
|
Type In
|
| Set to allow the user to type directly into this combobox
|
|
Show Lines
|
| If this is greater than 1, this many options will be shown as a selectable list
|
|
Style
|
|
Font
|
| Specifies the font style for the item
|
|
Font Size
|
| The font size in pixels
|
|
Horizontal Alignment
|
| Aligns the caption text on the button
|
|
Bold
|
| Make the caption text bold
|
|
Italic
|
| Make the caption text italicised
|
|
Underline
|
| Make the caption text underlined
|
|
Strikethrough
|
| Make the caption text crossed-out
|
|
Colour
|
|
Text
|
| Specifies the font colour for the item
|
|
Background
|
| Specifies the background colour value
|
|
Advanced
|
|
Custom Attributes
|
| Text here will be added to the html tag of this component to allow advanced customisation
|