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
Membros conectados podem postar, seguir atualizações e mais. Novo aqui? Registre uma conta gratuita.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.