OpenNETCF Smart Device Framework 2.3
Assembly: OpenNETCF.WindowsCE (in OpenNETCF.WindowsCE.dll) Version: 2.3.0.0
Specifies the action to take when a notification event occurs.
Namespace:
OpenNETCF.WindowsCE.NotificationAssembly: OpenNETCF.WindowsCE (in OpenNETCF.WindowsCE.dll) Version: 2.3.0.0
Syntax
| C# |
|---|
[FlagsAttribute] public enum NotificationAction |
| Visual Basic (Declaration) |
|---|
<FlagsAttribute> _ Public Enumeration NotificationAction |
| Visual Basic (Usage) |
|---|
Dim instance As NotificationAction |
| Visual C++ |
|---|
[FlagsAttribute] public enum class NotificationAction |
| J# |
|---|
/** @attribute FlagsAttribute */ public enum NotificationAction |
| JScript |
|---|
public enum NotificationAction |
| JavaScript |
|---|
OpenNETCF.WindowsCE.Notification.NotificationAction = function(); OpenNETCF.WindowsCE.Notification.NotificationAction.createEnum('OpenNETCF.WindowsCE.Notification.NotificationAction', true); |
Members
| Member name | Description | |
|---|---|---|
| Led |
Flashes the LED.
| |
| Vibrate |
Vibrates the device.
| |
| Dialog |
Displays the user notification dialog box.
| |
| Sound |
Plays the sound specified.
| |
| Repeat |
Repeats the sound for 10–15 seconds.
| |
| Private |
Dialog box z-order flag.
Set if the notification dialog box should come up behind the password.
|