Status property
Sets or returns the status of the toggle switch. Read/write. Boolean.
Syntax
object
.Status
[ = 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 toggle switch status.- True: The toggle switch is on.
- False: The toggle switch is off.
Provide Feedback