◆ 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
-
hwnd | Parent window handle. |
title | The title text. |
message | The message text. |
icon | The icon associate to the notifier. |
style | The Style (see ... for more informations). |
close_timeout_enabled | true to enable close timeout; otherwhise false. |
close_timeout_interval | Interval for close time out in milliseconds. |
on_notifier_closed | The delagate called when message notifier is closed. |
- Warning
- Internal use only
The documentation for this class was generated from the following file: