Documentation Center

PslResourceEditor.FlipLayout

If the current resource editor is a dialog editor: Flips the layout of all controls, i.e. it toggles the direction from right to left.

Syntax

Expression.FlipLayout (Type as Variant) as Boolean

Expression Object of type PslResource

Type Variant, optional. Specifies the method of flipping the dialog. The following values are possible:

pslFlipModeToggle (Value = 0) : Changes the coordinates of all controls and toggles right-to-left styles.

pslFlipModeMirror (default, Value = 1): Mirrors the complete dialog.