xtd - Reference Guide
0.1.0
Modern c++17/20 framework to create console, GUI and unit test applications on Windows, macOS, Linux, iOS and android.
Loading...
Searching...
No Matches
xtd.forms
include
xtd
forms
table_layout_panel.h
Go to the documentation of this file.
1
4
#pragma once
5
#include "
panel.h
"
6
8
namespace
xtd
{
10
namespace
forms
{
21
class
table_layout_panel
:
public
panel
{
22
public
:
24
table_layout_panel
() =
default
;
25
26
protected
:
27
void
on_layout
(
const
xtd::event_args
&
e
)
override
;
28
};
29
}
30
}
xtd::event_args
Represents the base class for classes that contain event data, and provides a value to use for events...
Definition:
event_args.h:18
xtd::forms::panel
Used to group collections of controls.
Definition:
panel.h:21
xtd::forms::table_layout_panel
Used to group collections of fixed aligned controls.
Definition:
table_layout_panel.h:21
xtd::forms::table_layout_panel::on_layout
void on_layout(const xtd::event_args &e) override
Raises the control::layout event.
xtd::forms::table_layout_panel::table_layout_panel
table_layout_panel()=default
Initialises a new instance of fixed layout panel class.
xtd::forms::keys::e
@ e
The E key.
xtd::forms
The xtd::forms namespace contains classes for creating Windows-based applications that take full adva...
Definition:
about_box.h:13
xtd
The xtd namespace contains all fundamental classes to access Hardware, Os, System,...
Definition:
system_report.h:17
panel.h
Contains xtd::forms::panel container.
Generated on Sat Jan 28 2023 18:12:26 for xtd - Reference Guide by
Gammasoft
. All rights reserved.