Hi all
How to check if an IDockableWindow is open?
Thanks
This code works for me:
Private Sub SetupDockableWindow()
Dim frmDocWinID As UID = New UID
frmDocWinID.Value = My.IDs.frmDocWin
Dim docWinReference As IDockableWindow
docWinReference = My.ArcMap.DockableWindowManager.GetDockableWindow(frmDocWinID)
'
If docWinReference.IsVisible = False Then docWinReference.Show(True) End If
End Sub
Les membres connectés peuvent publier, suivre les mises à jour, et plus encore. Nouveau ici ? Inscrivez-vous gratuitement.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.