Codejock Forums Homepage
Forum Home Forum Home > Codejock Products > ActiveX COM > Docking Pane
  New Posts New Posts RSS Feed - associating a form with a docking pane
  FAQ FAQ  Forum Search   Events   Register Register  Login Login

associating a form with a docking pane

 Post Reply Post Reply
Author
Message
gidmeister View Drop Down
Newbie
Newbie
Avatar

Joined: 14 November 2012
Status: Offline
Points: 3
Post Options Post Options   Thanks (0) Thanks(0)   Quote gidmeister Quote  Post ReplyReply Direct Link To This Post Topic: associating a form with a docking pane
    Posted: 15 November 2012 at 3:05pm
To associate a form with a pane, I do the following:

C = MDIDockingPaneManager.CreatePane(5, 200, 120, DockingDirection.DockLeftOf, Nothing)

        C.Title = "Objects"
Then I have some code in the attachpane event:
 If e.item.Id = 5 Then
            e.item.SetHandle((New panelLeft).Handle)
        End If
 
Is the easiest way to associate a pane with a form?
 

  

Back to Top
 Post Reply Post Reply
  Share Topic   

Forum Jump Forum Permissions View Drop Down

Forum Software by Web Wiz Forums® version 12.04
Copyright ©2001-2021 Web Wiz Ltd.

This page was generated in 0.156 seconds.