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


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

    Property Value

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