Gets a value indicating whether this command requires text to be selected.

Namespace: FirstFloor.Documents.Controls.Commands
Assembly: FirstFloor.Documents.Controls (in FirstFloor.Documents.Controls.dll) Version: 2.5.0.0 (2.5.1.0)

Syntax

C#
protected override bool RequiresSelectedText { get; }
Visual Basic
Protected Overrides ReadOnly Property RequiresSelectedText As Boolean
	Get
Visual C++
protected:
virtual property bool RequiresSelectedText {
	bool get () override;
}

Field Value

true if this command requires selected text; otherwise, false.

See Also