ShowDelay Property
Description
Gets/Sets the amount of time that the popup control is displayed in milliseconds.
Property Type
Read-write property.
Syntax (Visual Basic)
Public Property ShowDelay() As Long
Example
This sample code illustrates how to change the amount of time your popup control is displayed in milliseconds:
PopupControl.ShowDelay = 2000
See Also
Copyright (c) 1998-2024 Codejock Technologies. All rights reserved.