[Missing <summary> documentation for "P:RTE.RTEBooleanValue.IsFalse"]

Namespace: RTE
Assembly: RichTextEditor (in RichTextEditor.dll) Version: 8.0.0.0 (8.0.0.0)

Syntax

C#
public bool IsFalse { get; }
Visual Basic
Public ReadOnly Property IsFalse As Boolean
	Get
Visual C++
public:
property bool IsFalse {
	bool get ();
}

See Also