Gets the currently active context menu.
| C# | Visual Basic | Visual C++ |
public static ContextMenu Current { get; }
Public Shared ReadOnly Property Current As ContextMenu
public: static property ContextMenu^ Current { ContextMenu^ get (); }
The currently active context menu.
| Exception | Condition |
|---|---|
| ElementNotFoundException | If the element is not found. |
