Spread WinForms 15
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / GcComboBox Class / ImageAlign Property


In This Topic
ImageAlign Property (GcComboBox)
In This Topic
Gets or sets the alignment of the image of this control.
Syntax
'Declaration
 
Public Property ImageAlign As HorizontalAlignment
 
'Usage
 
Dim instance As GcComboBox
Dim value As HorizontalAlignment
 
instance.ImageAlign = value
 
value = instance.ImageAlign

Property Value

A System.Windows.Forms.HorizontalAlignment value indicates the alignment of the image of Editor and List.
Remarks
This property determines what position the image of an item to anchor. If the ShowListBoxImage value is false, this property will not take effects.
See Also