BaseInteractiveElement.ForceSetToggleStates(Boolean) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Force set the toggle states either on or off.
public:
void ForceSetToggleStates(bool setToggleOn);
public void ForceSetToggleStates (bool setToggleOn);
member this.ForceSetToggleStates : bool -> unit
Public Sub ForceSetToggleStates (setToggleOn As Boolean)
Parameters
- setToggleOn
- Boolean
If true, the toggle will be set to on. If false, the toggle will be set to off.