Frames

A frame item appears in a dialog box as a rectangular frame of the specified size with an optional title (see the Prompt option below). Frame items are used to group other dialog box items visually. The format of a frame item definition is:

Frame {"item name"} hpos, vpos {, width {, height}} {options}

A frame item is not an active item; the user cannot interact with it in any way.

Frame Options Description
Disabled The frame is initially grayed out to appear disabled.
Hidden The frame is initially hidden.
Prompt:expression The text displayed in the frame. If omitted, there is no text in the frame.

For example:

Frame 0, 0, 40, 3 Prompt: "Options"