JavaScript Editor js editor     Web development 



Main Page

This tab in the Option Group builder specifies the number of buttons, captions, and graphics.

Number of Buttons


Specifies the number of buttons the option group will have. This option corresponds to the ButtonCount property.
Standard


Specifies radio-style option buttons. The Graphic column is disabled when Standard is selected.
Graphical


Specifies rectangular option buttons. You can specify both caption and graphic in the columns when this is selected.
Caption Column


Specifies the caption to display next to the button. Type the caption in the box, or leave it blank if you don't want a caption. This option corresponds to the Caption property.
Graphic Column


Specifies the path and file name of the bitmap to display on the button. Type the path and file name in the box, or click the dialog button to display the Open dialog box so you can select a file. This option corresponds to the Picture property of the Option button.
Note:
Option buttons may have both captions and graphics. You can also specify graphics to be displayed when the button is disabled and when it is pressed, but you must do so programmatically or in the Properties window.

See Also



JavaScript Editor js editor     Web development