Spread Windows Forms 15.0
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / GcComboBox Class / UnSelectedImageIndex Property


In This Topic
    UnSelectedImageIndex Property (GcComboBox)
    In This Topic
    Gets or sets the index of image which will be shown on the editor area when user doesn't select any item in the drop down list.
    Syntax
    'Declaration
     
    
    Public Property UnSelectedImageIndex As Integer
    'Usage
     
    
    Dim instance As GcComboBox
    Dim value As Integer
     
    instance.UnSelectedImageIndex = value
     
    value = instance.UnSelectedImageIndex
    public int UnSelectedImageIndex {get; set;}

    Property Value

    A System.Int32 value indicates the index of image.
    The default is -1.
    Remarks
    When the SelectedItem is a null reference (Nothing in Visual Basic) and the TextBoxStyle property is TextBoxStyle.ImageOnly or TextBoxStyle.Both, a image will displayed in the edit area following this index value.
    See Also