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 | |
---|---|---|
ActivePage | ||
AnyUI | ||
AutoEnableButtons | Get/Set true/false to automatically enable/disable the navigation buttons | |
ButtonControl | ||
HeadlineIcon | ||
HeadlineText | ||
NavigationTree | ||
PageControl | ||
PageHeadlineControl | ||
Pages | ||
PageSelectorCheckmarkVisible | Get/Set true/false to show/hide the navigation node check mark | |
Policy | ||
Properties | ||
ShowButtons | ||
ShowHeadline | ||
ShowTree | ||
TreeControl | ||
VisibleButtons | ||
WizardHeadlineControl |
Top
Methods
Name | Description | |
---|---|---|
AddPage(INavigationPage, INavigationPage) | ||
AddPage(INavigationPage, INavigationPage, String) | ||
AddSeparator | ||
Cancel | ||
CanGoTo | ||
CanGoToNext | ||
CanGoToPrevious | ||
EnableButton | Directly enable/disable a button | |
Finish | ||
GetChildren | Get the list of children pages | |
GetPage | ||
GetParent | Get the parent page | |
GetVisibility | Get the visibility of the specified page. | |
GoToPage(Guid) | ||
GoToPage(INavigationPage) | ||
HasBeenActivated | ||
MoveNext | ||
MovePrevious | ||
RegisterProperty(INotifyPropertyChanged, String) | ||
RegisterProperty(DependencyObject, String) | ||
RegisterProperty(INotifyPropertyChanged, String, String, Boolean) | ||
RegisterProperty(DependencyObject, String, String, Boolean) | ||
RemovePage(Guid) | ||
RemovePage(INavigationPage) | ||
SetButtonText(ButtonType, String) | ||
SetButtonText(INavigationPage, ButtonType, String) | ||
SetVisibility | Show/Hide a page | |
Start |
Top
Events
Name | Description | |
---|---|---|
ButtonState | ||
Canceled | ||
Canceling | ||
Finished | ||
Finishing | ||
Navigated | ||
Navigating | ||
PageAdded | ||
PageNodeDoubleClicked | ||
PageRemoved | ||
RegisteredPropertyChanged |
Top