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

Calculator..::..BackButton Property

Gets or sets the back button.

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

Syntax


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

Field Value

The back button.