[]
        
(Showing Draft Content)

C1.WPF.Core.EnhancedValidationVisualStateManager.GoToStateCore

GoToStateCore Method

GoToStateCore(FrameworkElement, FrameworkElement, string, VisualStateGroup, VisualState, bool)

Declaration
protected override bool GoToStateCore(FrameworkElement control, FrameworkElement stateGroupsRoot, string stateName, VisualStateGroup group, VisualState state, bool useTransitions)
Parameters
Type Name Description
FrameworkElement control
FrameworkElement stateGroupsRoot
string stateName
VisualStateGroup group
VisualState state
bool useTransitions
Returns
Type Description
bool
Overrides