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

CustomNotificationIconQuestion Property (DocuVieware)

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