L’interface de VDS Renaissance est disponible en plusieurs langues. La documentation officielle est maintenue en anglais afin de garantir une référence unique, cohérente et toujours à jour.

LINE dialog element

Windows Linux macOS

Syntax

DIALOG ADD, LINE,<name>,<top>,<left>,<width>,<height>,<styles>

Description

This dialog element allows you to draw a line or box around the area described by its top, left, width and height values. The element is not drawn using the Windows XP themed style if themes are enabled, so the box does not have rounded corners when drawn under Windows XP (if you want this, use a GROUP dialog element with a null caption instead.)

No caption or tooltip can be displayed by this dialog element, and it can generate no events.

Styles

When a style is applied to a LINE dialog element it applies automatically to all the dialog elements placed within it. When a LINE dialog element is enabled, disabled, shown or hidden, this action is applied to the dialog elements placed within it.

In addition to user-defined styles to change the default font style and color, the following styles may be used with this dialog element:

<cursor style> The cursor will change to the named style when the pointer is over the dialog element. Valid styles are: NONE, ARROW, CROSS, IBEAM, SIZE, NESW, NS, NWSE, WE, UP, WAIT, DRAG, NODROP, HSPLIT, VSPLIT, MULTI, SQL, NO, HELP, HAND.

See also