IVsStatusbar::IsFrozen Method (Int32)
Visual Studio 2015
Returns the freeze state of the status bar.
Assembly: Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)
Parameters
- pfFrozen
-
Type:
System::Int32
[out] Flag indicating whether the status bar is frozen to new content.
Return Value
Type: System::Int32If the method succeeds, it returns S_OK. If it fails, it returns an error code.
From vsshell.idl:
HRESULT IVsStatusbar::IsFrozen( [out] BOOL *pfFrozen );
Show: