'Declaration
Protected Overrides Function GoToStateCore( _ ByVal control As FrameworkElement, _ ByVal stateGroupsRoot As FrameworkElement, _ ByVal stateName As String, _ ByVal group As VisualStateGroup, _ ByVal state As VisualState, _ ByVal useTransitions As Boolean _ ) As Boolean
protected override bool GoToStateCore( FrameworkElement control, FrameworkElement stateGroupsRoot, string stateName, VisualStateGroup group, VisualState state, bool useTransitions )
Parameters
- control
- stateGroupsRoot
- stateName
- group
- state
- useTransitions
Return Value
true if the control successfully transitioned to the new state; otherwise, false.