The command that highlights the current text selection.

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#
public class HighlightCommand : SelectionCommand
Visual Basic
Public Class HighlightCommand _
	Inherits SelectionCommand
Visual C++
public ref class HighlightCommand : public SelectionCommand

Inheritance Hierarchy

See Also