xtd 0.2.0
Loading...
Searching...
No Matches
status_bar_panel_click_event_args.h
Go to the documentation of this file.
1
4#pragma once
5#include "status_bar_panel.h"
6#include <xtd/any>
7#include <xtd/event_args>
8#include <cstdint>
9
11namespace xtd {
13 namespace forms {
26 public:
31
33
43
45
49 const xtd::forms::status_bar_panel& panel() const noexcept {return panel_;}
50
53 intptr handle() const noexcept {return handle_;}
55
56 private:
58 intptr handle_ = 0;
59 };
60 }
61}
Represents the base class for classes that contain event data, and provides a value to use for events...
Definition event_args.h:18
Used to group collections of controls.
Definition panel.h:32
Provides data for the xtd::forms::tool_bar::button_click event.
Definition status_bar_panel_click_event_args.h:25
intptr handle() const noexcept
Gets internal handle.
Definition status_bar_panel_click_event_args.h:53
status_bar_panel_click_event_args(const xtd::forms::status_bar_panel &panel, intptr handle)
Initializes a new instance of the xtd::forms::status_bar_panel_click_event_args class.
Definition status_bar_panel_click_event_args.h:41
status_bar_panel_click_event_args(const xtd::forms::status_bar_panel &panel)
Initializes a new instance of the xtd::forms::status_bar_panel_click_event_args class.
Definition status_bar_panel_click_event_args.h:37
const xtd::forms::status_bar_panel & panel() const noexcept
Gets the xtd::forms::status_bar_panel that was clicked.
Definition status_bar_panel_click_event_args.h:49
Represents a xtd::forms::status_bar panel.
Definition status_bar_panel.h:46
intmax_t intptr
Represent a pointer or a handle.
Definition intptr.h:23
The xtd::forms namespace contains classes for creating Windows-based applications that take full adva...
Definition xtd_about_box.h:12
The xtd namespace contains all fundamental classes to access Hardware, Os, System,...
Definition xtd_about_box.h:10
Contains xtd::forms::style_sheets::status_bar_panel alias.