xtd 0.2.0
Loading...
Searching...
No Matches

◆ descending() [4/24]

static toggle_button xtd::forms::toggle_buttons::descending ( const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined toggle_button that represent descending toggle_button with specified location, size, and name.

Parameters
locationThe toggle_button location in pixels.
sizeThe toggle_button size in pixels.
nameThe name of the toggle_button.
Returns
The created toggle_button.