GoDiagram Web Reference
ResourceManager Property (GoImage)

Gets or sets the ResourceManager used to look up and load images by Name.
Syntax
'Declaration
 
<CategoryAttribute("Appearance")>
<DefaultValueAttribute()>
<DescriptionAttribute("The ResourceManager used to look up and load images by Name.")>
Public Overridable Property ResourceManager As ResourceManager
[CategoryAttribute("Appearance")]
[DefaultValueAttribute()]
[DescriptionAttribute("The ResourceManager used to look up and load images by Name.")]
public virtual ResourceManager ResourceManager {get; set;}

Property Value

When this value is changed, any cached Image is forgotten so that it can be reloaded from the new ResourceManager by LoadImage.
Remarks
The ResourceManager is not serialized; after deserialization, you will need to reset this property.
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

 

 


© 2013. Northwoods Software Corporation. All Rights Reserved.

Send Feedback