The command that clears the selected text.

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

Inheritance Hierarchy

See Also