Encapsulates the information needed when creating a control.
Public Properties | |
xtd::string | caption |
Gets or sets the control's initial text. | |
xtd::string | class_name |
Gets or sets the name of the Windows class to derive the control from. | |
size_t | class_style |
Gets or sets a bitwise combination of class style values. | |
size_t | ex_style |
Gets or sets a bitwise combination of extended window style values. | |
drawing::point | location |
Gets or sets the initial location of the control. | |
intptr | param |
Gets or sets additional parameter information needed to create the control. | |
intptr | parent |
Gets or sets the control's parent. | |
size_t | style |
Gets or sets a bitwise combination of window style values. | |
drawing::size | size |
Gets or sets the initial size of the control. | |
xtd::string xtd::forms::native::create_params::caption |
Gets or sets the control's initial text.
xtd::string xtd::forms::native::create_params::class_name |
Gets or sets the name of the Windows class to derive the control from.
size_t xtd::forms::native::create_params::class_style |
Gets or sets a bitwise combination of class style values.
size_t xtd::forms::native::create_params::ex_style |
Gets or sets a bitwise combination of extended window style values.
drawing::point xtd::forms::native::create_params::location |
Gets or sets the initial location of the control.
intptr xtd::forms::native::create_params::param |
Gets or sets additional parameter information needed to create the control.
intptr xtd::forms::native::create_params::parent |
Gets or sets the control's parent.
size_t xtd::forms::native::create_params::style |
Gets or sets a bitwise combination of window style values.
drawing::size xtd::forms::native::create_params::size |
Gets or sets the initial size of the control.