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

CustomNotificationIconError Property (DocuVieware)

In This Topic
Custom error notification icon.
Used to specify a custom icon within errors notification boxes.
Syntax
'Declaration
 
Public Property CustomNotificationIconError As String
public string CustomNotificationIconError {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