Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Namespace: Microsoft.TeamFoundation.Controls
Assembly: Microsoft.TeamFoundation.Common.Library (in Microsoft.TeamFoundation.Common.Library.dll)
Syntax
'Declaration
<BrowsableAttribute(True)> _
Public Property ShowBottomButtons As Boolean
Get
Set
[BrowsableAttribute(true)]
public bool ShowBottomButtons { get; set; }
[BrowsableAttribute(true)]
public:
property bool ShowBottomButtons {
bool get ();
void set (bool value);
}
[<BrowsableAttribute(true)>]
member ShowBottomButtons : bool with get, set
function get ShowBottomButtons () : boolean
function set ShowBottomButtons (value : boolean)
Property Value
Type: System.Boolean
.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.