BaseInteractiveElement.RemoveState(String) Method

Definition

Removes a state. The state will no longer be tracked if it is removed.

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

Parameters

stateName
String

The name of the state to remove

Applies to