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

◆ find() [4/8]

static button xtd::forms::buttons::find ( const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined button that represent find button with specified location, size, and name.

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