ArcFM Responder Mobile Developer Guide
FindWindowByName Method (DocumentWindowManager)






Syntax
'Declaration
 
Public Function FindWindowByName( _
   ByVal windowName As System.String _
) As IMMDocumentWindow
'Usage
 
Dim instance As DocumentWindowManager
Dim windowName As System.String
Dim value As IMMDocumentWindow
 
value = instance.FindWindowByName(windowName)
public IMMDocumentWindow FindWindowByName( 
   System.string windowName
)
public function FindWindowByName( 
    windowName: System.String
): IMMDocumentWindow; 
public function FindWindowByName( 
   windowName : System.String
) : IMMDocumentWindow;
public: IMMDocumentWindow* FindWindowByName( 
   System.string* windowName
) 
public:
IMMDocumentWindow^ FindWindowByName( 
   System.String^ windowName
) 

Parameters

windowName
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

DocumentWindowManager Class
DocumentWindowManager Members

Send Feedback