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

◆ auto_size() [1/2]

virtual bool xtd::forms::control::auto_size ( ) const
virtualnoexcept

Gets a value that indicates whether the control resizes based on its contents.

Returns
true if enabled; otherwise, false.
Remarks
This property is not relevant for this class.

Reimplemented in xtd::forms::button_base, and xtd::forms::collapsible_panel.

Examples
change_color.cpp, clock.cpp, demo.cpp, and hello_world_emoticons.cpp.