Spread Windows Forms 18
GrapeCity.Spreadsheet.WinForms.Ribbon Assembly / GrapeCity.Spreadsheet.WinForms.Ribbon Namespace / RibbonColorPicker Class / SelectedIndex Property


In This Topic
    SelectedIndex Property (RibbonColorPicker)
    In This Topic
    Syntax
    'Declaration
     
    
    Public ReadOnly Property SelectedIndex As Integer
    'Usage
     
    
    Dim instance As RibbonColorPicker
    Dim value As Integer
     
    value = instance.SelectedIndex
    public int SelectedIndex {get;}
    See Also