Print Page | Close Window

Docking pane title bar

Printed From: Codejock Forums
Category: Codejock Products
Forum Name: Docking Pane
Forum Description: Topics Related to Codejock Docking Pane
URL: http://forum.codejock.com/forum_posts.asp?TID=705
Printed Date: 29 May 2024 at 1:45am
Software Version: Web Wiz Forums 12.04 - http://www.webwizforums.com


Topic: Docking pane title bar
Posted By: svenn
Subject: Docking pane title bar
Date Posted: 09 May 2004 at 11:13am

Is it possible to create a docking pane without a title bar?




Replies:
Posted By: SuperMario
Date Posted: 19 October 2004 at 8:07am
It is possible to either show or hide ALL docking pane title bars.  You can not hide/show them on an individual basis.

DockingPaneManager.Options.ShowCaption = False




Posted By: nighthawk
Date Posted: 04 November 2004 at 1:36pm
I added that line of code to my program but it doesn't hide the title bar.  Are there any more settings or lines of codes that are needed to hide the title bar?


Posted By: Oleg
Date Posted: 05 November 2004 at 1:46am
Do you have 9.50 version or higher?

-------------
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS


Posted By: nighthawk
Date Posted: 05 November 2004 at 9:18am
I am using 9.51.  I did some more experimenting and I think I found what is going on.  If the docking panes visual theme is changed, the DockingPaneManager.Options.ShowCaption value is set to True.  To reproduce it, just add the following lines to the end of the frmMain.Form_Load() in the Outlook 2003 sample project:

    DockingPaneManager.VisualTheme = ThemeOffice
    DockingPaneManager.VisualTheme = ThemeOffice2003

The workaround is to set the ShowCaption AFTER setting the VisualTheme.  You might want to fix this in a future update.



Print Page | Close Window

Forum Software by Web Wiz Forums® version 12.04 - http://www.webwizforums.com
Copyright ©2001-2021 Web Wiz Ltd. - https://www.webwiz.net