StartMode Property

       

Returns or sets the start mode of the project.

Syntax

object.StartMode

The object placeholder represents an object expression that evaluates to an object in the Applies To list.

Remarks

Returns RunMode if code is currently executing, BreakMode if there is code on the stack but not running, and DesignMode otherwise.