ButtonStateEventArgs.Button 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
Public Property Button As ButtonType
public ButtonType Button { get; private set; }
public:
property ButtonType Button {
    ButtonType get ();
    private: void set (ButtonType value);
}
member Button : ButtonType with get, private set
function get Button () : ButtonType 
private function set Button (value : ButtonType)

Property Value

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

.NET Framework Security

See Also

Reference

ButtonStateEventArgs Class

Microsoft.TeamFoundation.Controls.WPF Namespace