?? vba13-4.txt
字號:
Private Sub UIToolPermit_MouseDown(ByVal button As Long, _
ByVal shift As Long, ByVal x As Long, ByVal y As Long)
' The process of selction begins in this
' procedure by pressing the mouse button down
' on the map. It ends in the MouseUp event procedure.
Dim pMxDocument As IMxDocument
Dim pActiveView As IActiveView
m_blnMouseDown = True
Set pMxDocument = Application.Document
Set pActiveView = pMxDocument.FocusMap
Set m_pPoint = pActiveView.ScreenDisplay. _
DisplayTransformation.ToMapPoint(x, y)
End Sub
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -