ExpressionTrueState property
Sets or returns the expression true state of the toggle switch. Read/write. Boolean.
Syntax
object
.ExpressionTrueState
[ = value
]where
object
– is the name of a graphic object, or an expression that evaluates to a graphic object.value
– is a Boolean value that specifies the expression true state.- True: The expression true state isEnable.
- False: The expression true state isDisable.
Provide Feedback