xtd 0.2.0
Loading...
Searching...
No Matches
status_bar_panel_click_event_args.hpp
Go to the documentation of this file.
1
4#pragma once
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}
event_args()=default
Initializes a new instance of the event_args class.
intptr handle() const noexcept
Gets internal handle.
Definition status_bar_panel_click_event_args.hpp: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.hpp: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.hpp: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.hpp:49
Represents a xtd::forms::status_bar panel.
Definition status_bar_panel.hpp:46
intmax_t intptr
Represent a pointer or a handle.
Definition intptr.hpp:23
The xtd::forms namespace contains classes for creating Windows-based applications that take full adva...
Definition texts.hpp:219
The xtd namespace contains all fundamental classes to access Hardware, Os, System,...
Definition abstract_object.hpp:8
Contains xtd::forms::status_bar_panel container.