Codejock Forums Homepage
Forum Home Forum Home > Codejock Products > ActiveX COM > Docking Pane
  New Posts New Posts RSS Feed - Pane Options
  FAQ FAQ  Forum Search   Events   Register Register  Login Login

Pane Options

 Post Reply Post Reply
Author
Message
Maui View Drop Down
Groupie
Groupie


Joined: 10 June 2004
Status: Offline
Points: 95
Post Options Post Options   Thanks (0) Thanks(0)   Quote Maui Quote  Post ReplyReply Direct Link To This Post Topic: Pane Options
    Posted: 10 June 2004 at 4:51pm

I am trying to set the .Options for a Pane.

I want it to be a fixed pane (not dragable) and not closeable but I would like the ability to hide it.

I can do this and make it fixed in place

DockingPaneManager.Panes(1).Options = PaneNoFloatable

and I can do this so that it doesnt close

DockingPaneManager.Panes(1).Options = PaneNoCloseable

but I cant do them both at the same time??????

Am I being dumb?

Any help appreciated.

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: 10 June 2004 at 5:07pm
DockingPaneManager.Panes(1).Options = PaneNoFloatable Or PaneNoCloseable
Back to Top
Maui View Drop Down
Groupie
Groupie


Joined: 10 June 2004
Status: Offline
Points: 95
Post Options Post Options   Thanks (0) Thanks(0)   Quote Maui Quote  Post ReplyReply Direct Link To This Post Posted: 11 June 2004 at 8:52am
Thank you.
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.141 seconds.