[SOLVED] How to hide CLOSE Button |
Post Reply |
Author | |
chrisABC
Senior Member Joined: 05 June 2008 Status: Offline Points: 258 |
Post Options
Thanks(0)
Posted: 17 June 2010 at 6:48am |
Is it possible to not display the Close, minimise and expand buttons on a Pane? (ie the buttons top right of the Pane).
I already know how to ignore those buttons by checking Action. But I want the buttons not to be visible. ANSWER: Sorry. It was me being stupid. The buttons are on the Form not the Pane. I just changed the Form properties. |
|
Chris (Manchester, UK) -- www.abc6.co.uk ---- Using CodeJock ActiveX Suite 13.1.0 with Windows8, VB6 SP6
|
|
Aaron
Senior Member Joined: 29 January 2008 Status: Offline Points: 2192 |
Post Options
Thanks(0)
|
Hi Chris,
The Pane button itself can be set for example:
Me.DockingPane1.FindPane(1).Options = PaneNoCloseable 'Hides the close button
Me.DockingPane1.FindPane(1).Options = PaneNoHidable 'Hides the pin button
Me.DockingPane1.FindPane(1).Options = PaneHasMenuButton 'Shows button with dropdown arrow |
|
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.... |
|
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 |