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

◆ create() [18/32]

static v_scroll_bar xtd::forms::v_scroll_bar::create ( const control parent,
const drawing::point location 
)
static

A factory to create an xtd::forms::v_scroll_bar with specified parent, and location.

Parameters
parentThe parent that contains the new created xtd::forms::v_scroll_bar.
locationA xtd::drawing::point that represent location of the xtd::forms::v_scroll_bar.
Returns
New xtd::forms::v_scroll_bar created.