EBDN - Community - Question & Answers

  Friday, 15 November 2019
  2 Replies
  814 Visits
0
Votes
Undo
Hello,

i want to add a pane to my UI by using this VBA-code:

Call Application.UserInterface.Panes.Add(PaneKind As AucPaneKind,paneToAdd,piParentPane As Pane)

Can someone help me with this?
I want to add a pane from the Application.Selection(1)-Object. PaneKind is aucPaneKindTree. But what is paneToAdd and piParentPane? I tryed a few objects but nothing works.


Regards