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


In This Topic
    DefaultImagePosition Property
    In This Topic
    Gets the default value of the ImagePosition property.
    Syntax
    'Declaration
     
    Protected Overridable ReadOnly Property DefaultImagePosition As ImagePosition
    'Usage
     
    Dim instance As WinComboBox
    Dim value As ImagePosition
     
    value = instance.DefaultImagePosition
    protected virtual ImagePosition DefaultImagePosition {get;}

    Property Value

    An ImagePosition value representing the default value of the ImagePosition property. Unless overridden, ImagePosition.None.
    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