NotificationBubble objects
Determines whether a notification bubble displays initially as an icon, or whether the bubble itself displays when the notification event is triggered. Values are:
TRUE – Displays initially as an icon
FALSE – Displays initially as a notification bubble
In all cases, users can click the notification icon to display the bubble. The value set for this property can be overridden by a Flags property setting.
To select the notification bubble for initial
display as an icon:
Click the Initially Iconic check box on the General page of the NotificationBubble object’s Properties view.
The InitiallyIconic property takes a boolean. The following example hides the notification bubble when a notification is sent and sets the initial display to an icon only:
nb_myBubble.InitiallyIconic = true
Copyright © 2004. Sybase Inc. All rights reserved. |
![]() |