![]() |
Docking pane title bar |
Post Reply
|
| Author | |
svenn
Newbie
Joined: 07 May 2004 Location: Norway Status: Offline Points: 12 |
Post Options
Thanks(0)
Quote Reply
Topic: Docking pane title barPosted: 09 May 2004 at 11:13am |
|
Is it possible to create a docking pane without a title bar? |
|
![]() |
|
SuperMario
Senior Member
Joined: 14 February 2004 Status: Offline Points: 18057 |
Post Options
Thanks(0)
Quote Reply
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 |
|
![]() |
|
nighthawk
Senior Member
Joined: 11 June 2004 Status: Offline Points: 167 |
Post Options
Thanks(0)
Quote Reply
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?
|
|
![]() |
|
Oleg
Senior Member
Joined: 21 May 2003 Location: United States Status: Offline Points: 11234 |
Post Options
Thanks(0)
Quote Reply
Posted: 05 November 2004 at 1:46am |
|
Do you have 9.50 version or higher?
|
|
|
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS |
|
![]() |
|
nighthawk
Senior Member
Joined: 11 June 2004 Status: Offline Points: 167 |
Post Options
Thanks(0)
Quote Reply
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. |
|
![]() |
|
Post Reply
|
|
|
Tweet
|
| Forum Jump | Forum Permissions ![]() You cannot post new topics in this forum You cannot reply to topics in this forum You cannot delete your posts in this forum You cannot edit your posts in this forum You cannot create polls in this forum You cannot vote in polls in this forum |