dbicDropDate Send comments on this topic.
StopTimer Method
See Also 
dbicDropDate Assembly > Dbi.WinControl.DropDate Namespace > dbiDropDate Class : StopTimer Method

Stops the internal timer of the control.

Syntax

Visual Basic (Declaration) 
Public Sub StopTimer() 
C# 
public void StopTimer()

Remarks

This is useful when you want to break away from the ClickSpin to perform another action (such as display a dialogue box).

Requirements

Target Platforms: Current Windows operating system with .NET 8.

See Also