C1.Win.C1FlexGrid Namespace > RowCol Class : ImageMap Property |
'Declaration
<BrowsableAttribute(False)> Public Property ImageMap As IDictionary
'Usage
Dim instance As RowCol Dim value As IDictionary instance.ImageMap = value value = instance.ImageMap
[Browsable(false)] public IDictionary ImageMap {get; set;}
[Browsable(false)] public: property IDictionary^ ImageMap { IDictionary^ get(); void set ( IDictionary^ value); }
Use this property to associate data values in this row or column with images. For example, if a column contains country names, you can use this property to display the corresponding flags.
Use the ImageAndText property to determine whether the image is displayed instead of or in addition to the cell text.
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