xtd
0.2.0
Loading...
Searching...
No Matches
◆
sizing_grip()
[2/2]
virtual
status_bar
& xtd::forms::status_bar::sizing_grip
(
bool
value
)
virtual
Sets a value indicating whether a sizing grip is displayed in the lower-right corner of the control.
Parameters
value
true if a sizing grip is displayed; otherwise, false. The default is true.
Returns
Current
status_bar
instance.
Remarks
You can use this property to display a sizing grip to provide an indication to the user when a form is resizable. If the
xtd::forms::form_border_style
property of your
xtd::forms::form
is set to a border style that is not resizable, such as
xtd::forms::form_border_style::fixed_3d
or
xtd::forms::form_border_style::fixed_dialog
, you should set the
xtd::forms::status_bar::sizing_grip
property to false to prevent the user from thinking that the form can be resized.
xtd
forms
status_bar
Generated on Sat Sep 14 2024 21:25:28 for xtd by
Gammasoft
. All rights reserved.