Autodesk.AutoCAD.ApplicationServices Namespace > DocumentWindowCollection Class > DocumentWindowCollection Methods > FindDocumentWindowByHandle Method
DocumentWindowCollection.FindDocumentWindowByHandle Method   MG2022New
Description

Searches all document windows for a window with the specified handle.

Visual Basic
Public Function FindDocumentWindowByHandle(
    handle As IntPtr
) As DocumentWindow
C#
public DocumentWindow FindDocumentWindowByHandle(
    IntPtr handle
);
Parameters
Parameters 
Description 
IntPtr handle 
Input handle of the window to find 
Returns

DocumentWindow object representing the document window, if found.

Links
   Comments?