Used to batch operations together to minimize notifications.
[Visual Basic 6.0] Sub DelayEvents(
ByVal delay As Boolean _
)
[Visual Basic .NET] Public Sub DelayEvents ( _ ByVal delay As Boolean _ )
[C#] public void DelayEvents ( bool delay );
[Java] public void delayEvents ( Boolean delay ) throws IOException, AutomationException
[C++]
HRESULT DelayEvents(
VARIANT_BOOL delay
);
Parameters
delay [in]
delay is a parameter of type VARIANT_BOOL