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

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

Syntax

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

See Also