ButtonClickedEventArgs.ButtonType Property
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
- 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.