Tabbed Control Syntax (Genie Style)

Syntax

[%R= Lines %. Width, Height Current_Pane ^^ Pane_List { ButtonDef1,...ButtonDefN } [ ! Event ][ ? Enabled ] ]

Arguments

Lines

Numeric. The number of lines to insert at top.

Width

Numeric. The width of the control.

Height

Numeric. The height of the control.

Current_Pane

Numeric. Indicates the number of the pane currently displayed.

Pane_List

Character. A CR-LF delimited list of dialog box contents ( %dlg% ... %dlg,<<%code% ... %code% ).

ButtonDef1,...ButtonDefN

Character. See Button Syntax

Event

Character. Optional. See Event Syntax.

Enabled

Logical. Optional. See Enabled Syntax.

Description

This syntax allows you to create a tabbed control that accepts embedded dialogs.

Example

See Also