RingSoft.DataEntryControls.Engine.Annotations Namespace
RingSoft.DataEntryControls.WPF Namespace

Calculator..::..SubtractButton Property

Gets or sets the subtract button.

Namespace:  RingSoft.DataEntryControls.WPF
Assembly:  RingSoft.DataEntryControls.WPF (in RingSoft.DataEntryControls.WPF.dll)

Syntax


public Button SubtractButton { get; set; }
Public Property SubtractButton As Button
	Get
	Set
public:
property Button^ SubtractButton {
	Button^ get ();
	void set (Button^ value);
}

Field Value

The subtract button.