[]
Gets an C1Icon specified by a path.
public C1Icon GetC1Icon(string path)
Type | Name | Description |
---|---|---|
string | path | The target path. |
Type | Description |
---|---|
C1Icon | The C1Icon specified by |
Gets an C1Icon specified by a path.
public C1Icon GetC1Icon(string path, C1Icon defaultValue)
Type | Name | Description |
---|---|---|
string | path | The target path. |
C1Icon | defaultValue | Used if value at specified path does not exist. |
Type | Description |
---|---|
C1Icon | The C1Icon specified by |