In This Topic
GdPicture14.WEB Namespace / DocuVieware Class / CustomNotificationIconInfo Property

CustomNotificationIconInfo Property (DocuVieware)

In This Topic
Custom info notification icon.
Used to specify a custom icon within information notification boxes.
Syntax
'Declaration
 
Public Property CustomNotificationIconInfo As String
public string CustomNotificationIconInfo {get; set;}
Remarks
Default value is empty. When filled, the value specifies the HTML content of the element. For example <img scr="http://www.mysite.com/myimage.jpg" />.
See Also