Gets or sets URL of the image used to render the hover state of a toobar button.

Namespace: TallComponents.Web.Pdf
Assembly: TallComponents.Web.PdfViewer (in TallComponents.Web.PdfViewer.dll) Version: 1.0.14.0

Syntax

C#
public string HoverButtonImageUrl { get; set; }
Visual Basic
Public Property HoverButtonImageUrl As String
	Get
	Set
Visual C++
public:
property String^ HoverButtonImageUrl {
	String^ get ();
	void set (String^ value);
}

Field Value

The hover background image URL.

Remarks

If no value is specified the toolbar will use a default image.

See Also