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

Calculator..::..MultiplyButton Property

Gets or sets the multiply button.

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

Syntax


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

Field Value

The multiply button.