Skip to main content

IWorkspaceWindow.ActivePage property

Namespace: NextDesign.Desktop

Description

Active page in the current application

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

type

  • string

Exception

NameException ClassDescription
Invalid argumentExtensionArgumentExceptionWhen a value outside the range is specified
Illegal operationExtensionInvalidOperationExceptionWhen the start page is specified while displaying the editor page or trace page
When the application cannot switch pages