GdPicture.NET.14.WEB.DocuVieware
GdPicture14.WEB Namespace / DocuViewareControl Class / CustomNotificationIconWarning Property

In This Topic
CustomNotificationIconWarning Property (DocuViewareControl)
In This Topic
Custom warning notification icon.
Used to specify a custom icon within warnings notification boxes.
Syntax
'Declaration
 
Public Property CustomNotificationIconWarning As String
public string CustomNotificationIconWarning {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