ColumnsPickerControl.ShowBottomButtons Property

Namespace:  Microsoft.TeamFoundation.Controls
Assembly:  Microsoft.TeamFoundation.Common.Library (in Microsoft.TeamFoundation.Common.Library.dll)

Syntax

'宣言
<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

See Also

Reference

ColumnsPickerControl Class

Microsoft.TeamFoundation.Controls Namespace