BaseInteractiveElement.RemoveState(String) 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.
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