AnimateDelay Property
Description
Gets/Sets the amount of time it takes to complete the animation when opening and closing the popup control. Delay is measured in milliseconds.
Property Type
Read-write property.
Syntax (Visual Basic)
Public Property AnimateDelay() As Long
Remarks
Suite Pro's popup control allows you to easily configure the amount of time it takes to complete the animation when opening and closing your popup windows. You can configure the popup window to open and close as long or as short as you like.
Example
' This sample code illustrates how to change the amount of time it takes to complete the animation when opening and closing the popup window. Delay is measured in milliseconds.
PopupControl.AnimationDelay = 1024
See Also
Copyright (c) 1998-2024 Codejock Technologies. All rights reserved.