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


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

Property Value

A System.Windows.Forms.HorizontalAlignment value that indicates the alignment of the image for the editor and list.
Remarks
This property determines the position of the image. If the ShowListBoxImage value is false, this property does not take effects.
See Also