Print Page | Close Window

Pane not movable?

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=863
Printed Date: 27 April 2024 at 12:58pm
Software Version: Web Wiz Forums 12.04 - http://www.webwizforums.com


Topic: Pane not movable?
Posted By: rdeboer
Subject: Pane not movable?
Date Posted: 19 June 2004 at 10:20am

Hi,

Is it already possible to make a pane NOT movable?

I'm using this code now:

Pane.Options = PaneNoCloseable Or PaneNoFloatable Or PaneNoHideable

... but you can still move the pane

Using version 8.70


 




Replies:
Posted By: Oleg
Date Posted: 21 June 2004 at 1:47am

To disable all actions:

Private Sub DockingPaneManager_Action(ByVal Action As XtremeDockingPane.DockingPaneAction, ByVal Pane As XtremeDockingPane.IPane, Cancel As Boolean)
    Cancel = True
End Sub



-------------
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS



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