InputManager.PushMenuMode(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 enter menu mode.
public:
void PushMenuMode(System::Windows::PresentationSource ^ menuSite);
public void PushMenuMode (System.Windows.PresentationSource menuSite);
member this.PushMenuMode : System.Windows.PresentationSource -> unit
Public Sub PushMenuMode (menuSite As PresentationSource)
Parameters
- menuSite
- PresentationSource
The menu to enter.
Exceptions
menuSite
is null
.
Remarks
A component calls this method to enter the input manager's menu mode. The menuSite
gets privileged access to window messages. Calling this method causes the internal count of open menus to increment and sets the IsInMenuMode property to true
, if this is the first menu to open.
Applies to
التعاون معنا على GitHub
يمكن العثور على مصدر هذا المحتوى على GitHub حيث يمكنك أيضاً إضافة مشاكل وطلبات سحب ومراجعتها. للحصول على معلومات إضافية، اطلع على دليل المساهم لدينا.