Version

AutoScrollEnabled Property

Returns or sets whether the button acts as a repeatable button.
Syntax
'Declaration
 
Public Property AutoScrollEnabled As Boolean
public bool AutoScrollEnabled {get; set;}
Remarks

When set to true, the default value, the button will fire the initial click when the button is pressed down and fires at the specified interval thereafter until the mouse is release. When false, the auto repeat logic is bypassed and the button will act as a standard button element.

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, 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