Codejock Forums Homepage
Forum Home Forum Home > Codejock Products > ActiveX COM > Docking Pane
  New Posts New Posts RSS Feed - Remove Pane TitleBar & Prevent Grouping
  FAQ FAQ  Forum Search   Events   Register Register  Login Login

Remove Pane TitleBar & Prevent Grouping

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


Joined: 24 February 2005
Status: Offline
Points: 20
Post Options Post Options   Thanks (0) Thanks(0)   Quote idolpx Quote  Post ReplyReply Direct Link To This Post Topic: Remove Pane TitleBar & Prevent Grouping
    Posted: 24 February 2005 at 2:03pm

It's me again! I thought i should start a seperate message for this. :)

Is there a way to remove the TitleBar of a Pane?

I also need to prevent it from allowing other Panes to be grouped with it.

 

Back to Top
JamesH View Drop Down
Senior Member
Senior Member


Joined: 01 December 2004
Status: Offline
Points: 147
Post Options Post Options   Thanks (0) Thanks(0)   Quote JamesH Quote  Post ReplyReply Direct Link To This Post Posted: 24 February 2005 at 2:19pm
Have you tried the Pane objects "Options" property... setting it to PaneNoCaption?
Back to Top
idolpx View Drop Down
Newbie
Newbie


Joined: 24 February 2005
Status: Offline
Points: 20
Post Options Post Options   Thanks (0) Thanks(0)   Quote idolpx Quote  Post ReplyReply Direct Link To This Post Posted: 24 February 2005 at 2:31pm

That doesn't appear to be an option for me.  I'm using v9.51.

Maybe I need to upgrade.

Back to Top
SuperMario View Drop Down
Admin Group
Admin Group
Avatar

Joined: 14 February 2004
Status: Offline
Points: 18057
Post Options Post Options   Thanks (0) Thanks(0)   Quote SuperMario Quote  Post ReplyReply Direct Link To This Post Posted: 24 February 2005 at 2:33pm
Yes, it is new in 9.60.  
Back to Top
SuperMario View Drop Down
Admin Group
Admin Group
Avatar

Joined: 14 February 2004
Status: Offline
Points: 18057
Post Options Post Options   Thanks (0) Thanks(0)   Quote SuperMario Quote  Post ReplyReply Direct Link To This Post Posted: 24 February 2005 at 3:04pm
I can't think if a good way to stop a single pane from "accepting" another pane to group with.  About all I can think of is to stop them all from grouping.  Still group them by code, but you would then need to stop the user from removing them from the group as they couldn't put them back in a group.

Private Sub DockingPaneManager_Action(ByVal Action As XtremeDockingPane.DockingPaneAction, ByVal Pane As XtremeDockingPane.IPane, Cancel As Boolean)
    On Error Resume Next

    If (Action = PaneActionAttaching) Then
         &nbs p;  Cancel = True
    End If
End Sub
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.109 seconds.