PageNavigator.VisibleButtons Property

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

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

Syntax

'Declaration
Public Property VisibleButtons As ButtonType
public ButtonType VisibleButtons { get; set; }
public:
virtual property ButtonType VisibleButtons {
    ButtonType get () sealed;
    void set (ButtonType value) sealed;
}
abstract VisibleButtons : ButtonType with get, set 
override VisibleButtons : ButtonType with get, set
final function get VisibleButtons () : ButtonType 
final function set VisibleButtons (value : ButtonType)

Property Value

Type: Microsoft.TeamFoundation.Controls.WPF.ButtonType
Returns ButtonType.

Implements

IPageNavigator.VisibleButtons

.NET Framework Security

See Also

Reference

PageNavigator Class

Microsoft.TeamFoundation.Controls.WPF Namespace