Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Retrieves the image from the resource file.
Namespace: Microsoft.WindowsServerSolutions.Common
Assembly: AdminCommon (in AdminCommon.dll)
Syntax
public Image GetImageFromResource(
string resourceId
)
public:
Image^ GetImageFromResource(
String^ resourceId
)
Public Function GetImageFromResource (
resourceId As String
) As Image
Parameters
resourceId
Type: System.StringThe resource identifier.
Return Value
Type: System.Drawing.Image
See Also
ResourceHandler Class
Microsoft.WindowsServerSolutions.Common Namespace
Return to top