xtd
0.2.0
Loading...
Searching...
No Matches
◆
set_client_size_core()
void xtd::forms::choice::set_client_size_core
(
int32
width
,
int32
height
)
override
protected
virtual
Sets the size of the client area of the control.
Parameters
width
The client area width, in pixels.
height
The client area height, in pixels.
Remarks
The client area starts at the (0, 0) location and extends to the (width, height) location.
Typically, you should not set the client_size of the control.
Notes to Inheritors
When overriding
set_client_size_core(int32, int32)
in a derived class, be sure to call the base class's
set_client_size_core(int32, int32)
method so that the client_size property is adjusted.
Reimplemented from
xtd::forms::control
.
xtd
forms
choice
Generated on Sat Sep 7 2024 06:18:37 for xtd by
Gammasoft
. All rights reserved.