BaseInteractiveElement.SetStateOff(String) Method

Definition

Gets and sets a state to Off and invokes the OnStateDeactivated event. Setting a state off changes the state value to 0.

public:
 void SetStateOff(System::String ^ stateName);
public void SetStateOff (string stateName);
member this.SetStateOff : string -> unit
Public Sub SetStateOff (stateName As String)

Parameters

stateName
String

The name of the state to set to off

Applies to