PageNavigator.VisibleButtons Property
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
.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.