Print Page | Close Window

[SOLVED] How to hide CLOSE Button

Printed From: Codejock Forums
Category: Codejock Products
Forum Name: Docking Pane
Forum Description: Topics Related to Codejock Docking Pane
URL: http://forum.codejock.com/forum_posts.asp?TID=16840
Printed Date: 29 April 2024 at 8:38am
Software Version: Web Wiz Forums 12.04 - http://www.webwizforums.com


Topic: [SOLVED] How to hide CLOSE Button
Posted By: chrisABC
Subject: [SOLVED] How to hide CLOSE Button
Date 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



Replies:
Posted By: Aaron
Date Posted: 17 June 2010 at 8:24am
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....



Print Page | Close Window

Forum Software by Web Wiz Forums® version 12.04 - http://www.webwizforums.com
Copyright ©2001-2021 Web Wiz Ltd. - https://www.webwiz.net