Property Active
Active
Gets or sets whether the menu bar is active or not. When active, the MenuBar can focus and moving the mouse over a MenuBarItem will switch focus to that item. Use IsOpen() to determine if a PopoverMenu of a MenuBarItem is open.
public bool Active { get; }