CanMove Method (Advanced UI and Suite/Advanced UI)

InstallShield 2020 » 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 CanMove method indicates whether a filter can move up or down in the filter criteria; the result is returned as a Boolean value.

Syntax

CanMove (Direction As ISWiDirection)

Parameters

CanMove Method Parameters

Parameter

Description

Direction

Specify one of the following ISWiDirection values to check whether it is possible to move the filter in this direction within the list of filter criteria:

edUp (0)—Verify whether it is possible to move the filter higher in the list of filter criteria.
edDown (1)—Verify whether it is possible to move the filter lower in the list of filter criteria.

Applies To

ISWiSuiteDFLFilter 

See Also