WebNotification Properties
| Interval | Description Gets or sets the WebNotification's interval ValueType Int Default Value |
| DisplayLatency | Description Gets or sets the WebNotificaton's display latency ValueType Int Default Value |
| IntegratedToDesktopManager | Description Gets or sets the WebNotification integrated mode ValueType MenuIntegrationMode Default Value |
| ServiceType | Description Gets or sets the WebNotification's service type ValueType String Default Value |
| ServiceUrl | Description Gets or sets the WebNotification's service url ValueType String Default Value |
| DisplayMode | Description Gets or sets the WebNotification's display mode ValueType DisplayMode Default Value |
| ContentText | Description Gets or sets the WebNotification's content text ValueType String Default Value |
| ContentImage | Description Gets or sets the WebNotification's content image ValueType Image Default Value |
| CaptionText | Description Gets or sets the WebNotification's caption text ValueType String Default Value |
| ShowActionDropdown | Description Gets or sets a value indicating whether WebNotification should show drop down action ValueType Boolean Default Value |
| ShowCloseButton | Description Gets or sets a value indicating whether close button should be shown in this WebNotification instance ValueType Boolean Default Value |
| EnableSound | Description Gets or sets a value indicating whether sound should be enabled for this WebNotification instance ValueType Boolean Default Value |
| SoundFile | Description Gets or sets the sound file of this WebNotification instance ValueType String Default Value |
| AnimationStyle | Description Gets or sets the animation style of this WebNotification instance ValueType String Default Value |
| ImagePosition | Description Gets or sets the image's position in this WebNotification instance ValueType String Default Value |
| ImageVAlign | Description Gets or sets the image's vertical alignment of this WebNotification instance ValueType String Default Value |
| ImagesSettings | Description Gets the ImagesSettigns of this WebNotification instance ValueType ImagesSettings Default Value |
| ClientSideEvents | Description Gets the ClientSideEvents of this WebNotification instance ValueType WebNotificationClientSideEvents Default Value |
| MenuStyleSettings | Description Gets the MenuStyleSettings of this WebNotification instance ValueType MenuStyleSettings Default Value |
| Menu | Description Gets the Menu of this WebNotification instance ValueType WebMenu Default Value |
| Items | Description Gets or sets the items collection in this WebNotification instance ValueType Collection (ISArray) Default Value |
| Enabled | Description Gets or sets a value indicating whether this WebNofitication instance should be enabled ValueType Boolean Default Value |
| ClientID | Description Gets the server control identifier generated by ASP.NET ValueType String Default Value |
| ID | Description Gets or sets the programmatic identifier assigned to the WebNotification control instance ValueType String Default Value |
| NotifyWindowClickable | Description Gets or sets a value indicating whether this WebNotification will notify if the window is clickable ValueType Boolean Default Value |
| NotifyWindowURL | Description Gets or sets a value indicating whether this WebNofitication instance will notify the window url ValueType Boolean Default Value |
| NotifyWindowName | Description Gets or sets a value indicating whether this WebNofitication instance will notify the window's name ValueType Boolean Default Value |
| AutoStart | Description Gets or sets a value indicating whether this WebNofitication is automatically start ValueType Boolean Default Value |
| RunOnce | Description Gets or sets a value indicating whether this WebNofitication instance will run only once ValueType Boolean Default Value |
WebNotification Methods
| Show | Description Shows the specified WebNotification control. Parameters Remarks
|
| Hide | Description Hides the specified WebNotification control. Parameters Remarks
|
| Enable | Description Enables the state of WebNotification control. Parameters Remarks
|
| Disable | Description Disables the state of WebNotification control. Parameters Remarks
|
| GetCaptionElement | Description Gets the caption element of WebNotification control. Parameters Remarks
|
| SetCaptionText | Description Sets the caption of WebNotification control. Parameters
|
| GetOptionElement | Description Gets the ActionDropDown element of WebNotification control. Parameters Remarks
|
| GetCloseElement | Description Gets the Close element of WebNotification control Parameters Remarks
|
| GetCaptionBarElement | Description Gets the Caption Bar element of WebNotification control. Parameters Remarks
|
| GetContentElement | Description Gets the content element of WebNotification control. Parameters Remarks
|
| GetContentTextElement | Description Gets the context text of WebNotification control. Parameters Remarks
|
| GetContentImageElement | Description Gets the content image of WebNotification control. Parameters Remarks
|
| GetContentTemplateElement | Description Gets the content template element of WebNotification control. Parameters Remarks
|
| GetCurrentNotification | Description Gets the current WebNotificationEvent object. Parameters Remarks
|
| GetAllNotifications | Description Gets all the WebNotificationEvent objects in the WebNotification control. Parameters Remarks
|
| GetLastNotification | Description Gets the last WebNotificationEvent object. Parameters Remarks
|
| GetMissedNotifications | Description Gets missed WebNotificationEvent objects. Parameters Remarks
|
| GetActionMenu | Description Gets the ActionMenu object of the WebNotification control. Parameters Remarks
|
| Notify | Description Notifies the specified WebNotificationEvent object. Parameters
|
| GetSoundElement | Description Gets the sound element of WebNotification control. Parameters Remarks
|