ArcFM Responder Mobile Developer Guide
SetWaitCursor Method (IMMWaitCursor)






Syntax
'Declaration
 
Sub SetWaitCursor( _
   ByVal lHandle As System.Integer _
) 
'Usage
 
Dim instance As IMMWaitCursor
Dim lHandle As System.Integer
 
instance.SetWaitCursor(lHandle)
void SetWaitCursor( 
   System.int lHandle
)
procedure SetWaitCursor( 
    lHandle: System.Integer
); 
function SetWaitCursor( 
   lHandle : System.int
);
void SetWaitCursor( 
   System.int lHandle
) 
void SetWaitCursor( 
   System.int lHandle
) 

Parameters

lHandle
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

IMMWaitCursor Interface
IMMWaitCursor Members

Send Feedback