Notification.Visible Property
[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]
Gets or sets a value indicating whether the message balloon is visible.
Namespace: Microsoft.WindowsCE.Forms
Assembly: Microsoft.WindowsCE.Forms (in Microsoft.WindowsCE.Forms.dll)
Property Value
Type: System.Booleantrue if the message balloon is visible; otherwise, false. The default is false.
When this property is true, the content of the message balloon updates whenever the Text property is set.
When this property is true, and InitialDuration is set to zero, the message balloon does not display but the notification icon appears in the title bar
The following code example demonstrates creating and displaying a notification with a twenty second duration. This code example is part of a larger example provided for the Notification class.
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
Windows Mobile for Pocket PC
The .NET Framework and .NET Compact Framework do not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.