RefreshMaximizeIconState() public méthode

Upates the visual state of the maximize icon
public RefreshMaximizeIconState ( ) : void
Résultat void
        protected override void OnStateChanged(EventArgs e)
        {
            if (WindowCommands != null)
            {
                WindowCommands.RefreshMaximizeIconState();
            }

            base.OnStateChanged(e);
        }