INavigationButtonControl.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
Property VisibleButtons As ButtonType
ButtonType VisibleButtons { get; set; }
property ButtonType VisibleButtons {
    ButtonType get ();
    void set (ButtonType value);
}
abstract VisibleButtons : ButtonType with get, set
function get VisibleButtons () : ButtonType 
function set VisibleButtons (value : ButtonType)

Property Value

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

.NET Framework Security

See Also

Reference

INavigationButtonControl Interface

Microsoft.TeamFoundation.Controls.WPF Namespace