Gets or sets the URL of the image used to render the selected state of a toolbar button.
Namespace: TallComponents.Web.PdfAssembly: TallComponents.Web.PdfViewer (in TallComponents.Web.PdfViewer.dll) Version: 1.0.14.0
Syntax
| C# |
|---|
public string SelectedButtonImageUrl { get; set; } |
| Visual Basic |
|---|
Public Property SelectedButtonImageUrl As String Get Set |
| Visual C++ |
|---|
public: property String^ SelectedButtonImageUrl { String^ get (); void set (String^ value); } |
Field Value
The active background image URL.
Remarks
If no value is specified the toolbar will use a default image.