IPageNavigator.VisibleButtons Property
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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.