Xceed Grid for WinForms v4.3 Documentation
Xceed.Grid.v4.3 Assembly / Xceed.Grid.Editors Namespace / ImageMap Class / ImageIndex Property


In This Topic
    ImageIndex Property
    In This Topic
    Gets or sets the index of the image to which Value is mapped.
    Syntax
    'Declaration
     
    Public Property ImageIndex As Integer
    'Usage
     
    Dim instance As ImageMap
    Dim value As Integer
     
    instance.ImageIndex = value
     
    value = instance.ImageIndex
    public int ImageIndex {get; set;}

    Property Value

    A value representing the index of the image to which Value 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