ContextMenu::IsOpen Property
.NET Framework (current version)
Gets or sets a value that indicates whether the ContextMenu is visible.
Assembly: PresentationFramework (in PresentationFramework.dll)
public: [BindableAttribute(true)] [BrowsableAttribute(false)] property bool IsOpen { bool get(); void set(bool value); }
Property Value
Type: System::Booleantrue if the ContextMenu is visible; otherwise, false. The default is false.
When IsOpen is set to true, mouse capture is set to the ContextMenu and its subtree.
Identifier field | |
Metadata properties set to true |
.NET Framework
Available since 3.0
Available since 3.0
Show: