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


In This Topic
    ImagePosition Property (ComboBoxEditor)
    In This Topic
    Gets or sets the position of the image.
    Syntax
    'Declaration
     
    <DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)>
    Public Property ImagePosition As ImagePosition
    'Usage
     
    Dim instance As ComboBoxEditor
    Dim value As ImagePosition
     
    instance.ImagePosition = value
     
    value = instance.ImagePosition
    [DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)]
    public ImagePosition ImagePosition {get; set;}

    Property Value

    An Xceed.Editors.ImagePosition value representing the position of the image. By default, Xceed.Editors.WinComboBox.DefaultImagePosition.
    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