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

DataEntryMemoEditor..::..TextBox Property

Gets or sets the text box.

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

Syntax


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

Field Value

The text box.