Control Container - ComponentOnSuccess Property

Action to perform in the event of success

Member of Control Container (PRIM_MCVO)

Data Type - Enumeration

Details

The ComponentOnSuccess property specifies the behaviour of an application when an instance of ActiveX component flags a Success or informational Com Error.
 
The value assigned to Repository definition of the ActiveX is used to initialize each instance of the ActiveX. This can be modified at run time.

Allowed Values

Enum ValueDescription
ContinueResumes normal execution of the application
SignalErrorSignals the ComponentError event of the failing ActiveX component. Once control returns from handling the event, normal execution of the application is resumed
AbortReports the Com Error before aborting the application


 
 

See also

All Component Classes

Technical Reference

Febuary 18 V14SP2