Symphony Framework
ToState Method
Symphony.Conductor.Framework Namespace > UIStateStack Class : ToState Method
The name of the new state to navigate to. An exception is thrown if the visual state name is not found in the visual state stack.
Move to the requested visual state.
Syntax
public VisualState ToState( 
   VisualState newState
)

Parameters

newState
The name of the new state to navigate to. An exception is thrown if the visual state name is not found in the visual state stack.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

UIStateStack Class
UIStateStack Members