Version

Image Property (ScrollButton)

The name of the url that contains the image used for a button in the normal state.
Syntax
'Declaration
 
Public Property Image As String
public string Image {get; set;}
Remarks

Notes:

  • If the string is empty and ScrollButtons.UseBrowserDefaults is true, then the default images are used.
  • If the length of the string is less than 5, or it does not contain the "." character surrounded by letters or digits, then that property is rendered as an explicit text string, rather than as an image.
  • If this property is not set, then the < character is used as text that appears on the left button, and the > character is used for the right button.
  • In order to disable that automatic text,- the " " (empty space character) or the "&nbsp;" should be used.

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also