'Declaration <LocalizabilityAttribute(LocalizationCategory.NeverLocalize)> <BindableAttribute(True)> Public Property SelectedIndex As Integer
'Usage Dim instance As GcComboBox Dim value As Integer instance.SelectedIndex = value value = instance.SelectedIndex
[Localizability(LocalizationCategory.NeverLocalize)] [Bindable(true)] public int SelectedIndex {get; set;}