'Declaration
<System.ComponentModel.DefaultValueAttribute(-1)> <System.ComponentModel.DescriptionAttribute("Gets/sets the selected index for the current palette.")> Public Property SelectedIndex As System.Integer
'Usage
Dim instance As NColorPaneBase Dim value As System.Integer instance.SelectedIndex = value value = instance.SelectedIndex
[System.ComponentModel.DefaultValue(-1)] [System.ComponentModel.Description("Gets/sets the selected index for the current palette.")] public System.int SelectedIndex {get; set;}