Select to view content in your preferred language

Open a DockWindow from AGX Gallery Item

499
2
07-26-2012 07:57 AM
SolomonPulapkura
Frequent Contributor
Is it possible to add a DockWindow as an AGX Gallery Item and open the DockWindow when I click on the Gallery Item?

Lets say I already have a DockWindow class called MyDW

This does not work for me
public override void OnClick(GalleryItem item)
      {
         if (item.Caption.StartsWith("myDockWindow"))
         {
             MyDW dw = new MyDW();
             dw.Show();
         }
0 Kudos
2 Replies
SolomonPulapkura
Frequent Contributor
Bump - Can someone please answer this for me? I'd really appreciate your help. Thank you.
0 Kudos
GregoryRoss
Emerging Contributor
0 Kudos