IVsMenuEditor::IsActive Method (Int32)
Visual Studio 2015
Indicates whether the shared menu is displayed.
Assembly: Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)
Parameters
- pfActive
-
Type:
System::Int32
[out, retval] true if the shared menu is displayed, or false if the shared menu is not displayed.
Return Value
Type: System::Int32If the method succeeds, it returns S_OK. If it fails, it returns an error code.
C++
From vsshell.idl:
HRESULT IVsMenuEditor::IsActive([out, retval]BOOL *pfActive);
Show: