System.Windows.Controls.AutoCompleteBox.IUpdateVisualState C# (CSharp) Méthode

IUpdateVisualState() private méthode

Update the visual state of the control.
private IUpdateVisualState ( bool useTransitions ) : void
useTransitions bool /// A value indicating whether to automatically generate transitions to /// the new state, or instantly transition to the new state. ///
Résultat void
        void IUpdateVisualState.UpdateVisualState(bool useTransitions)
        {
            UpdateVisualState(useTransitions);
        }