Version

InitializeSpinButtonSettings Method

Syntax
'Declaration
 
Public Sub InitializeSpinButtonSettings( _
   ByVal initialDelay As Integer, _
   ByVal autoRepeatDelay As Integer, _
   ByVal acceleratedInterval As Integer, _
   ByVal accelerationThreshold As Integer, _
   ByVal accelerationEnabled As Boolean _
) 
public void InitializeSpinButtonSettings( 
   int initialDelay,
   int autoRepeatDelay,
   int acceleratedInterval,
   int accelerationThreshold,
   bool accelerationEnabled
)

Parameters

initialDelay
autoRepeatDelay
acceleratedInterval
accelerationThreshold
accelerationEnabled
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