InputManager.PopMenuMode(PresentationSource) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Called by components to leave menu mode.
public:
void PopMenuMode(System::Windows::PresentationSource ^ menuSite);
public void PopMenuMode (System.Windows.PresentationSource menuSite);
member this.PopMenuMode : System.Windows.PresentationSource -> unit
Public Sub PopMenuMode (menuSite As PresentationSource)
Parameters
- menuSite
- PresentationSource
The menu to leave.
Exceptions
menuSite
is null
.
Remarks
A component calls this method to leave the input manager's menu mode. The menuSite
releases privileged access to window messages.
Calling this method causes the internal count of open menus to decrement and sets the IsInMenuMode property to false
, if this is the last menu to close.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.