Version

UseBrowserDefaults Property (ScrollButtons)

Automatically adjust the appearance of buttons to match with the appearance of button elements used by a particular browser on the client.
Syntax
'Declaration
 
Public Property UseBrowserDefaults As Boolean
public bool UseBrowserDefaults {get; set;}
Remarks

Default value is true.

Note: If any appearance related property is set, then those values are not affected and they have priority over corresponding "automatic" defaults.

At the time the ScrollButtons support only 3 types of predifined styles:

  • Internet Explorer under WindowsXP blue.
  • Internet Explorer under Windows2000.
  • Netscape Navigator.

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