ArcFM Responder Mobile Developer Guide
FindWindowByName Method (IMMDocumentWindowManager)






Syntax
'Declaration
 
Function FindWindowByName( _
   ByVal windowName As System.String _
) As IMMDocumentWindow
'Usage
 
Dim instance As IMMDocumentWindowManager
Dim windowName As System.String
Dim value As IMMDocumentWindow
 
value = instance.FindWindowByName(windowName)
IMMDocumentWindow FindWindowByName( 
   System.string windowName
)
function FindWindowByName( 
    windowName: System.String
): IMMDocumentWindow; 
function FindWindowByName( 
   windowName : System.String
) : IMMDocumentWindow;
IMMDocumentWindow* FindWindowByName( 
   System.string* windowName
) 
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

IMMDocumentWindowManager Interface
IMMDocumentWindowManager Members

Send Feedback