GoDiagram Win Reference
Index Property (GoImage)

Gets or sets the index of the image in an ImageList.
Syntax
'Declaration
 
<CategoryAttribute("Appearance")>
<DefaultValueAttribute()>
<DescriptionAttribute("The index of the image in an ImageList.")>
Public Overridable Property Index As Integer
[CategoryAttribute("Appearance")]
[DefaultValueAttribute()]
[DescriptionAttribute("The index of the image in an ImageList.")]
public virtual int Index {get; set;}

Property Value

This zero-based value is an index into an ImageList. The default value is -1, indicating no image in any ImageList.
Remarks
If this value is non-negative, the image will come from the ImageList value, assuming it is within the bounds of the ImageList's collection of Images. If this value is non-negative but ImageList is null, this object will try to draw using the view's ImageList, GoView.ImageList, if any.
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

GoImage Class
GoImage Members

 

 


© 2015. Northwoods Software Corporation. All Rights Reserved.

Send Feedback