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

DataEntryMemoTabItem..::..MemoHasText Property

Gets or sets a value indicating whether [memo has text]. This is a bind-able property.

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

Syntax


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

Field Value

true if [memo has text]; otherwise, false.