IPageNavigator Interface

Namespace:  Microsoft.TeamFoundation.Controls.WPF
Assembly:  Microsoft.TeamFoundation.Controls (in Microsoft.TeamFoundation.Controls.dll)

Syntax

'Declaration
Public Interface IPageNavigator
public interface IPageNavigator
public interface class IPageNavigator
type IPageNavigator =  interface end
public interface IPageNavigator

The IPageNavigator type exposes the following members.

Properties

  Name Description
Public property ActivePage
Public property AnyUI
Public property AutoEnableButtons Get/Set true/false to automatically enable/disable the navigation buttons
Public property ButtonControl
Public property HeadlineIcon
Public property HeadlineText
Public property NavigationTree
Public property PageControl
Public property PageHeadlineControl
Public property Pages
Public property PageSelectorCheckmarkVisible Get/Set true/false to show/hide the navigation node check mark
Public property Policy
Public property Properties
Public property ShowButtons
Public property ShowHeadline
Public property ShowTree
Public property TreeControl
Public property VisibleButtons
Public property WizardHeadlineControl

Top

Methods

  Name Description
Public method AddPage(INavigationPage, INavigationPage)
Public method AddPage(INavigationPage, INavigationPage, String)
Public method AddSeparator
Public method Cancel
Public method CanGoTo
Public method CanGoToNext
Public method CanGoToPrevious
Public method EnableButton Directly enable/disable a button
Public method Finish
Public method GetChildren Get the list of children pages
Public method GetPage
Public method GetParent Get the parent page
Public method GetVisibility Get the visibility of the specified page.
Public method GoToPage(Guid)
Public method GoToPage(INavigationPage)
Public method HasBeenActivated
Public method MoveNext
Public method MovePrevious
Public method RegisterProperty(INotifyPropertyChanged, String)
Public method RegisterProperty(DependencyObject, String)
Public method RegisterProperty(INotifyPropertyChanged, String, String, Boolean)
Public method RegisterProperty(DependencyObject, String, String, Boolean)
Public method RemovePage(Guid)
Public method RemovePage(INavigationPage)
Public method SetButtonText(ButtonType, String)
Public method SetButtonText(INavigationPage, ButtonType, String)
Public method SetVisibility Show/Hide a page
Public method Start

Top

Events

  Name Description
Public event ButtonState
Public event Canceled
Public event Canceling
Public event Finished
Public event Finishing
Public event Navigated
Public event Navigating
Public event PageAdded
Public event PageNodeDoubleClicked
Public event PageRemoved
Public event RegisteredPropertyChanged

Top

See Also

Reference

Microsoft.TeamFoundation.Controls.WPF Namespace