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

CustomNotificationIconOk Property (DocuViewareControl)

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