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

Calculator..::..EqualsButton Property

Gets or sets the equals button.

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

Syntax


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

Field Value

The equals button.