SetImage
Overloads
| Name | Description |
|---|---|
| SetImage(string path) | 툴바 이미지 변경 |
| SetImage(Image image) | 툴바 이미지 변경 |
SetImage(string path)
public void SetImage(string path)
툴바 이미지 변경
Parameters
| Name | Type | Description |
|---|---|---|
| path | string | 툴바 이미지 경로 |
SetImage(Image image)
public void SetImage(Image image)
툴바 이미지 변경
Parameters
| Name | Type | Description |
|---|---|---|
| image | Image | 툴바 이미지 객체 |