Share

ControlDefinition.Execute2 Method

Parent Object: ControlDefinition

Description

Method that executes the control definition synchronously or asynchronously.

Syntax

ControlDefinition.Execute2( Synchronous As Boolean )

Parameters

Name Type Description
Synchronous Boolean Input Boolean that specifies whether to execute the control definition synchronously ('Send Message') or asynchronously ('Post Message').

Samples

Name Description
Post Private Event Sample This sample demonstrates how to use the PostPrivateEvent to configure the options for placing a part component.
Cancel a double click Demonstrates how to receive (and in this case, cancel) a double click from a user.

Version

Introduced in version 2008

Was this information helpful?