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
Angemeldete Mitglieder können Beiträge verfassen, Updates folgen und mehr. Neu hier? Registriere ein kostenloses Konto.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.