Xceed Grid for WinForms v4.3 Documentation
ImageStyle Property (ComboBoxEditor)


Xceed.Grid.v4.3 Assembly > Xceed.Grid.Editors Namespace > ComboBoxEditor Class : ImageStyle Property
Gets or sets the style with which the image is displayed.
Syntax
'Declaration
 
<DescriptionAttribute("The style with which the image is displayed.")>
<CategoryAttribute("Appearance")>
<LocalizableAttribute(True)>
<DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)>
Public Property ImageStyle As ImageStyle
'Usage
 
Dim instance As ComboBoxEditor
Dim value As ImageStyle
 
instance.ImageStyle = value
 
value = instance.ImageStyle
[Description("The style with which the image is displayed.")]
[Category("Appearance")]
[Localizable(true)]
[DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)]
public ImageStyle ImageStyle {get; set;}

Property Value

An Xceed.UI.ImageStyle value representing the style with which the image is displayed. By default, Xceed.Editors.WinComboBox.DefaultImageStyle. By default, Xceed.Editors.WinComboBox.DefaultImageStyle.
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

Reference

ComboBoxEditor Class
ComboBoxEditor Members