Xceed Grid for WinForms v4.3 Documentation
ImageMap Constructor


Xceed.Grid.v4.3 Assembly > Xceed.Grid.Editors Namespace > ImageMap Class : ImageMap Constructor
The value to map to an image.
The index of the image to which is mapped.
Initializes a new instance of the ImageMap class specifing a value and the index of the image to which it is mapped.
Syntax
'Declaration
 
Public Function New( _
   ByVal value As Object, _
   ByVal imageindex As Integer _
)
'Usage
 
Dim value As Object
Dim imageindex As Integer
 
Dim instance As New ImageMap(value, imageindex)
public ImageMap( 
   object value,
   int imageindex
)

Parameters

value
The value to map to an image.
imageindex
The index of the image to which is mapped.
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

ImageMap Class
ImageMap Members