ComponentOne Bitmap for WinForms
C1.Win.C1DX.4.5.2 Assembly / C1.Util.DX.Animation Namespace / Timer Class / SetTimerUpdateHandler Method
The animation manager.
Specifies the behavior of the timer when it is idle.

In This Topic
    SetTimerUpdateHandler Method
    In This Topic
    Specifies a timer update handler.
    Syntax
    'Declaration
     
    Public Sub SetTimerUpdateHandler( _
       ByVal manager As Manager2, _
       ByVal idleBehavior As IdleBehavior _
    ) 
    public void SetTimerUpdateHandler( 
       Manager2 manager,
       IdleBehavior idleBehavior
    )

    Parameters

    manager
    The animation manager.
    idleBehavior
    Specifies the behavior of the timer when it is idle.
    See Also