GoToForm.SelectedLineNumber Property

T3000 CrossPlatform

GoToFormSelectedLineNumber Property

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

[Missing <summary> documentation for "P:FastColoredTextBoxNS.GoToForm.SelectedLineNumber"]

Namespace:  FastColoredTextBoxNS
Assembly:  FastColoredTextBox (in FastColoredTextBox.dll) Version: 2.16.23.0 (2.16.23.0)
Syntax
public int SelectedLineNumber { get; set; }
Public Property SelectedLineNumber As Integer
	Get
	Set

Dim instance As GoToForm
Dim value As Integer

value = instance.SelectedLineNumber

instance.SelectedLineNumber = value

Property Value

Type: Int32
See Also