33 lines
1.1 KiB
Text
33 lines
1.1 KiB
Text
.topic ctrl.optionbutton
|
|
.title OptionButton
|
|
.toc 1 OptionButton
|
|
.index OptionButton
|
|
.index Radio Button
|
|
.index SetSelected
|
|
|
|
.h1 OptionButton
|
|
|
|
VB Equivalent: OptionButton -- DVX Widget: radio (radio group + radio button) | Name Prefix: Option
|
|
|
|
A radio button for mutually exclusive choices. DVX uses a radio group container; individual OptionButtons are children of the group. The Value property returns the button's index within its group.
|
|
|
|
.h2 Type-Specific Properties
|
|
|
|
.table
|
|
Property Type Description
|
|
-------- ------- -------------------------------------------
|
|
Caption String The text displayed next to the radio button.
|
|
Value Integer The index of this radio button within its group (read-only).
|
|
.endtable
|
|
|
|
.h2 Type-Specific Methods
|
|
|
|
.table
|
|
Method Parameters Description
|
|
----------- ----------------- -------------------------------------------
|
|
SetSelected Index As Integer Select the radio button at the given index within the group.
|
|
.endtable
|
|
|
|
Default Event: Click
|
|
|
|
.link ctrl.common.props Common Properties, Events, and Methods
|