[]
Loads the color scheme of a Theme from a file.
public bool Load(string filename)
Public Function Load(filename As String) As Boolean
| Type | Name | Description |
|---|---|---|
| string | filename | A string value indicates the color scheme file to load. |
| Type | Description |
|---|---|
| bool | true if load success;othewise false. |