Skip to main content

IWorkspaceWindow.ActivePage Property

Namespace: NextDesign.Desktop

Description

The active page in the current application

  • "Start" : start page
  • "Editor" : editor page
  • "Trace" : Trace page
string ActivePage { get; set; }

type

  • string

Exceptions

NameException ClassDescription
Invalid ArgumentExtensionArgumentExceptionIf a value outside the range is specified
Illegal operationExtensionInvalidOperationExceptionIf the start page is specified while the editor page or trace page is being displayed
If the application cannot switch pages