Name | Description | |
---|---|---|
![]() | NPageNavigator Constructor | Default constructor. |
The following tables list the members exposed by NPageNavigator.
Name | Description | |
---|---|---|
![]() | NPageNavigator Constructor | Default constructor. |
Name | Description | |
---|---|---|
![]() ![]() | AllowRemoveProperty | Reference to the AllowRemove property. |
![]() ![]() | NPageNavigatorSchema | Schema associated with NPageNavigator. |
Name | Description | |
---|---|---|
![]() | AllowAdd | Gets/Sets whether adding of pages is allowed. By default set to true. |
![]() | AllowRemove | Gets/Sets whether removing of pages is allowed. By default set to true. |
![]() | OwnerDrawingView | Gets the drawing view to which this page navigator belongs. |
Name | Description | |
---|---|---|
![]() | OnActivePageChanged | Called when the active page has changed. |
![]() | OnDocumentChanged | Called when the document has changed. |
![]() | RebuildPageButtons | Rebuilds the page navigator page buttons. |
![]() | UpdateActivePage | Checks the button that represents the currently active page. Unchecks all others |
![]() | UpdatePageTitle | Updates the title displayed by the button for the specified page. |
Name | Description | |
---|---|---|
![]() | OnAddButtonClick | Called when the add button was clicked. |
![]() | OnDeletePageMenuItemClick | Called when the delete page menu item was clicked. |
![]() | OnDuplicatePageMenuItemClick | Called when the duplicate page menu item was clicked. |
![]() | OnNextPageButtonClick | Called when the next page button was clicked. |
![]() | OnPageButtonClick | Called when a page button is clicked. This implemenation activates the respective page. |
![]() | OnPageButtonMouseDown | Called when the mouse is down on a page button. This implemenation shows the page context menu. |
![]() | OnPreviousPageButtonClick | Called when the previous page button was clicked. |
![]() | OnRegistered | Overridden. Called when this page navigator is registered in a document. |
![]() | OnRenamePageMenuItemClick | Called when the rename page menu item was clicked. |
![]() | OnRenamePageWindowClosed | Called when the rename page window is closed |
![]() | WSdj |