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
サインインしたメンバーは投稿、更新のフォローなどができます。初めてですか?無料アカウントを登録してください。
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.