Spread Windows Forms 17
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / GcComboBox Class / ImageWidth Property


In This Topic
    ImageWidth Property (GcComboBox)
    In This Topic
    Gets ore sets the width of image of this control.
    Syntax
    'Declaration
     
    
    Public Property ImageWidth As Integer
    'Usage
     
    
    Dim instance As GcComboBox
    Dim value As Integer
     
    instance.ImageWidth = value
     
    value = instance.ImageWidth
    public int ImageWidth {get; set;}

    Property Value

    A System.Int32 value indicates the width of image area.
    The default is 16.
    Remarks
    This property determines the width of image area which is used for displaying item image.
    See Also