System.Windows.Controls.AutoCompleteBox.IUpdateVisualState C# (CSharp) 메소드

IUpdateVisualState() 개인적인 메소드

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. ///
리턴 void
        void IUpdateVisualState.UpdateVisualState(bool useTransitions)
        {
            UpdateVisualState(useTransitions);
        }