'Declaration Public Overloads Function GetColor( _ ByVal path As System.String, _ ByVal defaultValue As System.Drawing.Color _ ) As System.Drawing.Color
public System.Drawing.Color GetColor( System.string path, System.Drawing.Color defaultValue )
Parameters
- path
- The target path.
- defaultValue
- Used if value at specified path does not exist.
Return Value
The color specified by path or %% if value at specified path does not exist.