FlexGrid for WinForms
ImageMap Property (CellStyle)



Gets or sets an System.Collections.IDictionary used to associate cell values with images.
Syntax
'Declaration
 
<BrowsableAttribute(False)>
Public Property ImageMap As IDictionary
'Usage
 
Dim instance As CellStyle
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);
}
Requirements

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

See Also

Reference

CellStyle Class
CellStyle Members

 

 


Copyright (c) GrapeCity, inc. All rights reserved.

Send Feedback