ArcFM Responder Mobile Developer Guide
UnregisterWindow Method (MMDocumentClass)






Syntax
'Declaration
 
Public Overridable Sub UnregisterWindow( _
   ByVal window As IMMDocumentWindow _
) 
'Usage
 
Dim instance As MMDocumentClass
Dim window As IMMDocumentWindow
 
instance.UnregisterWindow(window)
public virtual void UnregisterWindow( 
   IMMDocumentWindow window
)
public procedure UnregisterWindow( 
    window: IMMDocumentWindow
); virtual; 
public function UnregisterWindow( 
   window : IMMDocumentWindow
);
public: virtual void UnregisterWindow( 
   IMMDocumentWindow* window
) 
public:
virtual void UnregisterWindow( 
   IMMDocumentWindow^ window
) 

Parameters

window
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

MMDocumentClass Class
MMDocumentClass Members

Send Feedback