ArcGISPortalViewer.Controls.TwoStateControl.GoToState C# (CSharp) Method

GoToState() private method

private GoToState ( bool useTransitions, string stateName ) : bool
useTransitions bool
stateName string
return bool
        private bool GoToState(bool useTransitions, string stateName)
        {
            return VisualStateManager.GoToState(this, stateName, useTransitions);
        }