Search code examples
windows-8windows-runtimecharms-bar

How can I close CharmBar programmatically in WinRT?


I need to closing charmBar programmatically, how can I do it?


Solution

  • Try focusing on another control. For example, call

    this.Focus();