[BROWSEUI] CInternetToolbar: Implement hiding and showing the browser toolbars.
[reactos.git] / dll / win32 / browseui / internettoolbar.h
index b8d8f1c..0c47019 100644 (file)
@@ -102,6 +102,9 @@ public:
     HRESULT LockUnlockToolbars(bool locked);
     HRESULT CommandStateChanged(bool newValue, int commandID);
     HRESULT CreateAndInitBandProxy();
+    HRESULT IsBandVisible(int BandID);
+    HRESULT ToggleBandVisibility(int BandID);
+
 public:
     // *** IInputObject specific methods ***
     virtual HRESULT STDMETHODCALLTYPE UIActivateIO(BOOL fActivate, LPMSG lpMsg);