SelectingEventArgs.SelectedIndex Property

T3000 CrossPlatform

SelectingEventArgsSelectedIndex Property

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

[Missing <summary> documentation for "P:FastColoredTextBoxNS.SelectingEventArgs.SelectedIndex"]

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

Dim instance As SelectingEventArgs
Dim value As Integer

value = instance.SelectedIndex

instance.SelectedIndex = value

Property Value

Type: Int32
See Also