Qs |
The QsResources type exposes the following members.
| Name | Description | |
|---|---|---|
| QsResources | Initializes a new instance of the QsResources class |
| Name | Description | |
|---|---|---|
| AddIcon(String, Icon) | ||
| AddIcon(String, String) | ||
| AddImage(String, Image) | Add an image resource | |
| AddImage(String, String) | Add an image resource | |
| AddSvgImage | Add the SvgImage object. Pass the "SvgImage.FromFile" as file reader | |
| DetectResourceType | ||
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object) | |
| GetIcon | Get a resource icon given the name (normally with the extension) | |
| GetImage | Get a resource image given the name (normally with the extension) | |
| GetResource | Get a resource given the name (normally with the extension) | |
| GetResourcesNames | Returns all the resource names | |
| GetSvgImage | Get a resource svgimage as object given the name (normally with the extension) pass the DevExpress "SvgImage.FromStream" method and cast to SvgImage | |
| GetType | Gets the Type of the current instance. (Inherited from Object) | |
| HasResource | Check for resource existence | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) | |
| ReadResourceFile | Reads a resource file. The resource file is just a zip file. Normmaly we use .mnx and .rsx extensions. | |
| RemoveResource | Remove the entry form the resources | |
| RenameResource | Rename an entry.Do not change the extension! | |
| Sample | for testing only | |
| SaveAs | Save the archive | |
| ToString | Returns a string that represents the current object. (Inherited from Object) |