NotificationIHandlerShow Method |
Shows the current notification.
Namespace:
Eto.Forms
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax void Show(
TrayIndicator indicator = null
)
Sub Show (
Optional indicator As TrayIndicator = Nothing
)
abstract Show :
?indicator : TrayIndicator
(* Defaults:
let _indicator = defaultArg indicator null
*)
-> unit
Parameters
- indicator (Optional)
- Type: Eto.FormsTrayIndicator
Indicator to use to show the notification.
See Also