Provides a button images factories for use by a button control.
- Header
#include <xtd/forms/button_images>
- Namespace
- xtd::forms
- Library
- xtd.forms
|
static xtd::drawing::image | add () |
| Add image object. More...
|
|
static xtd::drawing::image | add (const xtd::ustring &theme) |
| Add image object with specified theme. More...
|
|
static xtd::drawing::image | add (const xtd::drawing::size &size) |
| Add image object with specified size. More...
|
|
static xtd::drawing::image | add (const xtd::ustring &theme, const xtd::drawing::size &size) |
| Add image object with specified theme and size. More...
|
|
static xtd::drawing::image | apply () |
| Apply image object. More...
|
|
static xtd::drawing::image | apply (const xtd::ustring &theme) |
| Apply image object with specified theme. More...
|
|
static xtd::drawing::image | apply (const xtd::drawing::size &size) |
| Apply image object with specified size. More...
|
|
static xtd::drawing::image | apply (const xtd::ustring &theme, const xtd::drawing::size &size) |
| Apply image object with specified theme and size. More...
|
|
static xtd::drawing::image | ok () |
| Ok image object. More...
|
|
static xtd::drawing::image | ok (const xtd::ustring &theme) |
| Ok image object with specified theme. More...
|
|
static xtd::drawing::image | ok (const xtd::drawing::size &size) |
| Ok image object with specified size. More...
|
|
static xtd::drawing::image | ok (const xtd::ustring &theme, const xtd::drawing::size &size) |
| Ok image object with specified theme and size. More...
|
|
static xtd::drawing::image | cancel () |
| Cancel image object. More...
|
|
static xtd::drawing::image | cancel (const xtd::ustring &theme) |
| Cancel image object with specified theme. More...
|
|
static xtd::drawing::image | cancel (const xtd::drawing::size &size) |
| Cancel image object with specified size. More...
|
|
static xtd::drawing::image | cancel (const xtd::ustring &theme, const xtd::drawing::size &size) |
| Cancel image object with specified theme and size. More...
|
|
static xtd::drawing::image | next () |
| Next image object. More...
|
|
static xtd::drawing::image | next (const xtd::ustring &theme) |
| Next image object with specified theme. More...
|
|
static xtd::drawing::image | next (const xtd::drawing::size &size) |
| Next image object with specified size. More...
|
|
static xtd::drawing::image | next (const xtd::ustring &theme, const xtd::drawing::size &size) |
| Next image object with specified theme and size. More...
|
|
static xtd::drawing::image | no () |
| No image object. More...
|
|
static xtd::drawing::image | no (const xtd::ustring &theme) |
| No image object with specified theme. More...
|
|
static xtd::drawing::image | no (const xtd::drawing::size &size) |
| No image object with specified size. More...
|
|
static xtd::drawing::image | no (const xtd::ustring &theme, const xtd::drawing::size &size) |
| No image object with specified theme and size. More...
|
|
static xtd::drawing::image | previous () |
| Previous image object. More...
|
|
static xtd::drawing::image | previous (const xtd::ustring &theme) |
| Previous image object with specified theme. More...
|
|
static xtd::drawing::image | previous (const xtd::drawing::size &size) |
| Previous image object with specified size. More...
|
|
static xtd::drawing::image | previous (const xtd::ustring &theme, const xtd::drawing::size &size) |
| Previous image object with specified theme and size. More...
|
|
static xtd::drawing::image | remove () |
| Remove image object. More...
|
|
static xtd::drawing::image | remove (const xtd::ustring &theme) |
| Remove image object with specified theme. More...
|
|
static xtd::drawing::image | remove (const xtd::drawing::size &size) |
| Remove image object with specified size. More...
|
|
static xtd::drawing::image | remove (const xtd::ustring &theme, const xtd::drawing::size &size) |
| Remove image object with specified theme and size. More...
|
|
static xtd::drawing::image | yes () |
| Yes image object. More...
|
|
static xtd::drawing::image | yes (const xtd::ustring &theme) |
| Yes image object with specified theme. More...
|
|
static xtd::drawing::image | yes (const xtd::drawing::size &size) |
| Yes image object with specified size. More...
|
|
static xtd::drawing::image | yes (const xtd::ustring &theme, const xtd::drawing::size &size) |
| Yes image object with specified theme and size. More...
|
|
static xtd::drawing::size | size () |
| Gets the height and width of the button images. More...
|
|
static xtd::drawing::image | from_name (const xtd::ustring &name) |
| Gets image object with specified name. More...
|
|
static xtd::drawing::image | from_name (const xtd::ustring &theme, const xtd::ustring &name) |
| Gets image object with specified theme and name. More...
|
|
static xtd::drawing::image | from_name (const xtd::ustring &name, const xtd::drawing::size &size) |
| Gets image object with specified name and size. More...
|
|
static xtd::drawing::image | from_name (const xtd::ustring &theme, const xtd::ustring &name, const xtd::drawing::size &size) |
| Gets image object with specified theme, name and size. More...
|
|