xtd
0.2.0
Loading...
Searching...
No Matches
◆
sizing_grip()
[1/2]
virtual bool xtd::forms::status_bar::sizing_grip
(
)
const
virtual
noexcept
Gets a value indicating whether a sizing grip is displayed in the lower-right corner of the control.
Returns
true if a sizing grip is displayed; otherwise, false. The default is true.
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.