Calendar for WinForms | ComponentOne
C1.Win.Input Namespace / C1ComboBox Class / BackgroundImageLayout Property

In This Topic
    BackgroundImageLayout Property (C1ComboBox)
    In This Topic
    Gets or sets the background image layout as defined in the System.Windows.Forms.ImageLayout enumeration.
    Syntax
    'Declaration
     
    
    Public Overridable Property BackgroundImageLayout As ImageLayout
    public virtual ImageLayout BackgroundImageLayout {get; set;}
    See Also