In This Topic
GdPicture14.WEB Namespace / DocuViewareControl Class / CustomNotificationIconWarning Property

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