Contains picture box native API.
Protected Static Methods | |
| static void | image (intptr control, const drawing::image &image) |
| Sets the image that is displayed by picture_box. | |
| static void | reset (intptr control) |
| Reset the image that is displayed by picture_box. | |
|
staticprotected |
Sets the image that is displayed by picture_box.
| control | Control window handle. |
| image | The xtd::drawing::image to display. |
|
staticprotected |
Reset the image that is displayed by picture_box.
| control | Control window handle. |