Reflection Desktop VBA Guide
Attachmate.Reflection.Objects Library / Attachmate.Reflection.Objects.WorkspaceSettings Library / WorkspaceDefaults Object / StartupAction Property
In This Topic
    StartupAction Property
    In This Topic
    Gets or sets an action sequence to run when the WorkspaceStartupOption is set to ApplicationStartupEnum.RunStartupAction.
    Syntax
    expression.StartupAction As WSInputMapActionSequence
    where expression is a variable that represents a WorkspaceDefaults Object
    See Also