xtd 0.2.0
Loading...
Searching...
No Matches
xtd::forms::native::message_notifier Class Referencefinal
Inheritance diagram for xtd::forms::native::message_notifier:
xtd::static_object

Protected Static Methods

static void show (intptr hwnd, const xtd::string &title, const xtd::string &message, const xtd::drawing::icon &icon, uint32 style, bool close_timeout_enabled, std::chrono::system_clock::duration close_timeout_interval, xtd::delegate< void()> on_notifier_closed)
 Shows message notifier.
 

Member Function Documentation

◆ show()

static void xtd::forms::native::message_notifier::show ( intptr  hwnd,
const xtd::string title,
const xtd::string message,
const xtd::drawing::icon icon,
uint32  style,
bool  close_timeout_enabled,
std::chrono::system_clock::duration  close_timeout_interval,
xtd::delegate< void()>  on_notifier_closed 
)
staticprotected

Shows message notifier.

Parameters
hwndParent window handle.
titleThe title text.
messageThe message text.
iconThe icon associate to the notifier.
styleThe Style (see ... for more informations).
close_timeout_enabledtrue to enable close timeout; otherwhise false.
close_timeout_intervalInterval for close time out in milliseconds.
on_notifier_closedThe delagate called when message notifier is closed.
Warning
Internal use only

The documentation for this class was generated from the following file: