ButtonStateEventArgs.Button Property
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
- 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.