BaseInteractiveElement.SetStateOn(String) Method

Definition

Gets and sets a state to On and invokes the OnStateActivated event. Setting a state on changes the state value to 1.

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

Parameters

stateName
String

The name of the state to set to on

Applies to