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

◆ top() [8/8]

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

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

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