property Editor.Image as Long
Retrieves or sets a value that indicates the index of the editor's icon.

 TypeDescription 
   Long A long expression that indicates the index of the icon being displayed in the editor's label. The control's list of icons is 1 based.  
Use the Image property to assign a 16x16 icon to the editor. Use the Images method to assign a list of icons to the control. By default, the Image property is 0, no icon is displayed. Use the Picture property to assign a custom size picture to the editor. Use the Value property to assign a value to the editor. Use the Label property to specify the label of the editor. Use the <img> tag to insert icons or custom size pictures inside the field's label.

The following VB sample loads a list of icons from a BASE64 encoded string:

The following VC sample loads a list of icons from a BASE64 encoded string:


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