Toggle Setting
Changes the value of a Boolean property, such as ConditionCheckCommand. (A Boolean property is one that takes True and False as its only values. The data type for each property is given immediately below the syntax in that property's Help topic.)
You can explicitly set the value of a property. For example:
ConditionCheckCommand = True
ConditionCheckCommand = False
In these examples, the results are not influenced by the current setting. Using the Toggle method always changes the current setting to its opposite. For example:
Toggle ConditionCheckCommand
This will turn this setting from on or off, depending on the current setting.
Setting | Argument type: Enumeration |
Select from any of the available settings listed. |
![]() |