Move Method (Advanced UI and Suite/Advanced UI)

InstallShield 2015 » Automation Interface » Advanced UI and Suite/Advanced UI

Project: This information applies to the following project types:

• Advanced UI
• Suite/Advanced UI

Edition: The Advanced UI project type is available in the Professional edition of InstallShield. The Suite/Advanced UI project type is available in the Premier edition of InstallShield. For information about the differences between these two project types, see Advanced UI Projects vs. Suite/Advanced UI Projects.

The Move method moves a condition or a condition group within a condition tree.

Syntax

Move (Direction As ISWiDirection)

Parameters

Move Method Parameters

Parameter

Description

Direction

Specify the direction in which you want to move a condition or a condition group within a condition tree. Available options are:

• edUp (0)—Move the item up in the condition tree.
• edDown (1)—Move the item down in the condition tree.
• edLeft (2)—Move the item to the left in the condition tree.
• edRight (3)—Move the item to the right in the condition tree.

Applies To

• ISWiSuiteCondition

See Also