Object Model Reference : Classes : W : Window : Properties : Window.Handle |
Property Handle As Long
Member of Window
The Handle property returns the window handle for a document window.
The Handle property returns a read-only value.
The following VBA example displays the window handle for the active window.
Sub Test() |
MsgBox "The window handle is: " & ActiveWindow.Handle & "." |
End Sub |
Copyright 2013 Corel Corporation. All rights reserved.