ComponentOne MultiSelect for WinForms
C1.Win.C1Input Namespace / C1ComboBox Class / ImagePadding Property

In This Topic
    ImagePadding Property (C1ComboBox)
    In This Topic
    Gets or sets the image padding.
    Syntax
    'Declaration
     
    
    Public Property ImagePadding As Padding
    public Padding ImagePadding {get; set;}
    See Also