Codejock Forums Homepage
Forum Home Forum Home > Codejock Products > Visual C++ MFC > Docking Pane
  New Posts New Posts RSS Feed - Disabling Auto-Hide Pin
  FAQ FAQ  Forum Search   Events   Register Register  Login Login

Disabling Auto-Hide Pin

 Post Reply Post Reply
Author
Message
Toppy View Drop Down
Newbie
Newbie


Joined: 02 February 2010
Status: Offline
Points: 1
Post Options Post Options   Thanks (0) Thanks(0)   Quote Toppy Quote  Post ReplyReply Direct Link To This Post Topic: Disabling Auto-Hide Pin
    Posted: 02 February 2010 at 12:26am
Hi,

I'm new to CodeJock Xtreme Docking Pane and would firstly like to say I'm very impressed with the functionality it offers.

I'm trying to implement similar functionality to Auto-Hiding as seen in Visual Studio.
But I want to stop the pin button from appearing on my auto-hide panes.

I'm currently:

SetDefaultPaneOptions(    xtpPaneNoCloseable |
                                                xtpPaneNoFloatable |
                                                xtpPaneNoDockable |
                                                xtpPaneNoFloatableByTabDoubleClick );

and setting

CXTPDockingPaneMiniWnd::m_bShowPinButton = FALSE;

But the button still appears.

Any suggestions on how to do this?

Kind regards.
Back to Top
 Post Reply Post Reply
  Share Topic   

Forum Jump Forum Permissions View Drop Down

Forum Software by Web Wiz Forums® version 12.04
Copyright ©2001-2021 Web Wiz Ltd.

This page was generated in 0.077 seconds.