Share via


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

Property Value

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

.NET Framework Security

See Also

Reference

ButtonClickedEventArgs Class

Microsoft.TeamFoundation.Controls.WPF Namespace