SelectCommand Constructor

T3000 CrossPlatform

SelectCommand Constructor

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

Initializes a new instance of the SelectCommand class

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

Dim ts As TextSource

Dim instance As New SelectCommand(ts)

Parameters

ts
Type: FastColoredTextBoxNSTextSource

[Missing <param name="ts"/> documentation for "M:FastColoredTextBoxNS.SelectCommand.#ctor(FastColoredTextBoxNS.TextSource)"]

See Also