Contains status bar native API.
- Namespace
- xtd::forms::native
- Library
- xtd.forms.native
- Warning
- Internal use only
|
static intptr | add_status_bar_panel (intptr status_bar, const xtd::string &text, const xtd::string &tool_tip_text, const xtd::drawing::image &image, int32 alignment, int32 auto_size, int32 border_style, int32 min_width, int32 width) |
| Adds status bar panel.
|
|
static intptr | add_status_bar_control (intptr status_bar, intptr control, const xtd::string &text) |
| Adds status bar control.
|
|
static bool | set_system_status_bar (intptr control, intptr status_bar) |
| Sets the status_bar that is displayed in the form.
|
|
static bool | sizing_grip () |
| Gets a value indicating whether OS displays a sizing grip.
|
|
static xtd::string | sizing_grip_cursor_name () |
| Gets the cursor name used by sizing grip.
|
|
static void | update_status_bar_item (intptr status_bar, intptr handle, int32 border_style, const xtd::string &text, const xtd::string &tool_tip_text, const xtd::drawing::image &image, bool visible, int32 width, bool stretchable) |
| Updates status bar item.
|
|
◆ add_status_bar_panel()
Adds status bar panel.
- Parameters
-
status_bar | The status bar that contains the panel. |
text | The panel text. |
tool_tip_text | The tool tip text. |
image | The panel image. |
visible | true if panel is visible; otherwise false. |
width | The panel width. |
stretchable | true if panel is stretchable; otherwise false. |
- Warning
- Internal use only
◆ add_status_bar_control()
Adds status bar control.
- Parameters
-
status_bar | The tool bar that contains the control. |
control | The control handle. |
text | The control text. |
- Warning
- Internal use only
◆ set_system_status_bar()
static bool xtd::forms::native::status_bar::set_system_status_bar |
( |
intptr |
control, |
|
|
intptr |
status_bar |
|
) |
| |
|
staticprotected |
Sets the status_bar that is displayed in the form.
- Parameters
-
control | Control window handle. |
status_bar | A tool bar handle that represents the status bar to display in the form. |
- Warning
- Internal use only
◆ sizing_grip()
static bool xtd::forms::native::status_bar::sizing_grip |
( |
| ) |
|
|
staticprotected |
Gets a value indicating whether OS displays a sizing grip.
- Returns
- true if OS displays a sizing grip; otherwise, false.
- Warning
- Internal use only
◆ sizing_grip_cursor_name()
static xtd::string xtd::forms::native::status_bar::sizing_grip_cursor_name |
( |
| ) |
|
|
staticprotected |
Gets the cursor name used by sizing grip.
- Returns
- The cursor name used by sizing grip.
- Warning
- Internal use only
◆ update_status_bar_item()
Updates status bar item.
- Parameters
-
tool_bar | The status bar that contains the item. |
handle | The status bar item handle. |
text | The panel text. |
tool_tip_text | The tool tip text. |
image | The panel image. |
visible | true if panel is visible; otherwise false. |
width | The panel width. |
visible | true if panel is stretchable; otherwise false. |
- Warning
- Internal use only
The documentation for this class was generated from the following file: