ArcFM Responder Mobile Developer Guide
Refresh Method (IMMDocumentWindow)






Syntax
'Declaration
 
Sub Refresh( _
   ByVal item As System.Object _
) 
'Usage
 
Dim instance As IMMDocumentWindow
Dim item As System.Object
 
instance.Refresh(item)
void Refresh( 
   System.object item
)
procedure Refresh( 
    item: System.TObject
); 
function Refresh( 
   item : System.Object
);
void Refresh( 
   System.Object* item
) 
void Refresh( 
   System.Object^ item
) 

Parameters

item
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

IMMDocumentWindow Interface
IMMDocumentWindow Members

Send Feedback