Docking Pane option setting |
Post Reply |
Author | |
DaveB
Groupie Joined: 13 March 2009 Status: Offline Points: 52 |
Post Options
Thanks(0)
Posted: 17 April 2009 at 5:11am |
How do I turn off the Close button (PaneNoHideable) and turn on the menu button (PaneHasMenuButton)?
Dim PaneNameList As Pane
Set PaneNameList = DockingPaneManager.CreatePane(ID_PANE_NAMELIST, 210, 140, DockLeftOf, Nothing) I can't figure out the syntax for this.
|
|
Product: Xtreme SuitePro (ActiveX) version 15.0.2
Platform: Windows XP (32bit) - SP 3 Language: Visual Basic 6.0 |
|
Aaron
Senior Member Joined: 29 January 2008 Status: Offline Points: 2192 |
Post Options
Thanks(0)
|
Hi,
PaneNameList.Options = PaneHasMenuButton + PaneNoCloseable
|
|
Product: Xtreme SuitePro (ActiveX) version 15.0.2
Platform: Windows XP (32bit) - SP 2 Language: Visual Basic 6.0 Zero replies is not an option.... |
|
DaveB
Groupie Joined: 13 March 2009 Status: Offline Points: 52 |
Post Options
Thanks(0)
|
Well, that was easy. Thanks. I tried every other combination I could think of...
It would be nice to have examples like these in the help file.
DaveB
|
|
Product: Xtreme SuitePro (ActiveX) version 15.0.2
Platform: Windows XP (32bit) - SP 3 Language: Visual Basic 6.0 |
|
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 |