Xceed Grid for WinForms v4.3 Documentation
Xceed.Grid.v4.3 Assembly / Xceed.Editors Namespace / WinComboBox Class / ImagePosition Property


In This Topic
    ImagePosition Property (WinComboBox)
    In This Topic
    Gets or sets the position of the image in the WinComboBox.
    Syntax
    'Declaration
     
    <DescriptionAttribute("The position of the image in the WinComboBox.")>
    <CategoryAttribute("Appearance")>
    <BrowsableAttribute(False)>
    Public Property ImagePosition As ImagePosition
    'Usage
     
    Dim instance As WinComboBox
    Dim value As ImagePosition
     
    instance.ImagePosition = value
     
    value = instance.ImagePosition
    [Description("The position of the image in the WinComboBox.")]
    [Category("Appearance")]
    [Browsable(false)]
    public ImagePosition ImagePosition {get; set;}

    Property Value

    An ImagePosition value indicating the position of the image in the WinComboBox.
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also