ArcFM Responder Mobile Developer Guide
DelayEvents Method (MMInsetFrameSurroundClass)






Syntax
'Declaration
 
Public Overridable Sub DelayEvents( _
   ByVal delay As System.Boolean _
) 
'Usage
 
Dim instance As MMInsetFrameSurroundClass
Dim delay As System.Boolean
 
instance.DelayEvents(delay)
public virtual void DelayEvents( 
   System.bool delay
)
public procedure DelayEvents( 
    delay: System.Boolean
); virtual; 
public function DelayEvents( 
   delay : System.boolean
);
public: virtual void DelayEvents( 
   System.bool delay
) 
public:
virtual void DelayEvents( 
   System.bool delay
) 

Parameters

delay
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

MMInsetFrameSurroundClass Class
MMInsetFrameSurroundClass Members

Send Feedback