ClearSelectedCommand Constructor

T3000 CrossPlatform

ClearSelectedCommand Constructor

[This is preliminary documentation and is subject to change.]

Construstor

Namespace:  FastColoredTextBoxNS
Assembly:  FastColoredTextBox (in FastColoredTextBox.dll) Version: 2.16.23.0 (2.16.23.0)
Syntax
public ClearSelectedCommand(
	TextSource ts
)
Public Sub New ( 
	ts As TextSource
)

Dim ts As TextSource

Dim instance As New ClearSelectedCommand(ts)

Parameters

ts
Type: FastColoredTextBoxNSTextSource
Underlaying textbox
See Also