Searches all document windows for a window with the specified handle.
Public Function FindDocumentWindowByHandle( handle As IntPtr ) As DocumentWindow
public DocumentWindow FindDocumentWindowByHandle( IntPtr handle );
Parameters |
Description |
IntPtr handle |
Input handle of the window to find |
DocumentWindow object representing the document window, if found.
Comments? |