Pane Options |
Post Reply |
Author | |
Maui
Groupie Joined: 10 June 2004 Status: Offline Points: 95 |
Post Options
Thanks(0)
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. |
|
SuperMario
Admin Group Joined: 14 February 2004 Status: Offline Points: 18057 |
Post Options
Thanks(0)
|
DockingPaneManager.Panes(1).Options = PaneNoFloatable Or PaneNoCloseable
|
|
Maui
Groupie Joined: 10 June 2004 Status: Offline Points: 95 |
Post Options
Thanks(0)
|
Thank you.
|
|
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 |