Gets or sets the index of the first item in the current selection or returns negative one (-1) if the selection is empty.

Namespace: Ico.Gwx
Assembly: GwxConfigCore (in GwxConfigCore.dll) Version: 10.97.212.0 (10.97.212.00)

Syntax

C#
public int SelectedIndex { get; set; }
Visual Basic
Public Property SelectedIndex As Integer
	Get
	Set
JScript
function get SelectedIndex () : int
function set SelectedIndex (value : int)

See Also