GoDiagram Win Reference
ImageList Property (GoImage)

Gets or sets the ImageList used to hold images from which one is chosen by index.
Syntax
'Declaration
 
<DefaultValueAttribute()>
<DescriptionAttribute("The ImageList used to hold a collection of images, selected by Index.")>
<CategoryAttribute("Appearance")>
Public Overridable Property ImageList As ImageList
[DefaultValueAttribute()]
[DescriptionAttribute("The ImageList used to hold a collection of images, selected by Index.")]
[CategoryAttribute("Appearance")]
public virtual ImageList ImageList {get; set;}

Property Value

When this value is changed, any cached Image is forgotten so that it can be redrawn from the new ImageList by Paint.
Remarks
The ImageList is not serialized; after deserialization, you will need to reset this property. If you modify the ImageList's collection of Images to replace an Image that a GoImage has already loaded, you will need to reset this Image property by setting it to null.
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
Index Property

 

 


© 2015. Northwoods Software Corporation. All Rights Reserved.

Send Feedback