property ComboBox.AssignEditImageOnSelect(ColIndex as Long) as Boolean
Assigns the edit's icon when the selection is changed.

 TypeDescription 
   ColIndex as Long A long expression that indicates the index of column.  
   Boolean A boolean expression that indicates whether the control changes the edit's icon when selection is changed.  

The AssignEditImageOnSelect property specifies whether the control displays the cell's icon when selection is changed. The EditImage property assigns an icon to the column's edit box. Use the Images method to assign a list of icons to the control. The AssignEditImageOnSelect property has effect if the Style property is DropDown. The control fires the SelectionChanged event when the user selects a new item. Use the CellImage property to assign an icon to a cell.


Send comments on this topic.
© 1999-2006 Exontrol Inc, Software. All rights reserved.