ComponentOne Themes for WinForms
GetImage(String,Image) Method

C1.Win.C1Themes.4 Assembly > C1.Win.C1Themes Namespace > C1Theme Class > GetImage Method : GetImage(String,Image) Method
The target path.
Used if value at specified path does not exist.
Gets an image specified by a path.
Syntax
'Declaration
 
Public Overloads Function GetImage( _
   ByVal path As System.String, _
   ByVal defaultValue As System.Drawing.Image _
) As System.Drawing.Image
public System.Drawing.Image GetImage( 
   System.string path,
   System.Drawing.Image defaultValue
)

Parameters

path
The target path.
defaultValue
Used if value at specified path does not exist.

Return Value

The image specified by path or %% if image at specified path does not exist.
See Also

Reference

C1Theme Class
C1Theme Members
Overload List