Gets or sets the the length of time the ToolTip remains visible if the pointer is stationary inside a ToolTip region or a popup window.
Namespace: Dapfor.Net.UiAssembly: Dapfor.Net (in Dapfor.Net.dll) Version: 2.10.3.24917 (2.10.3.24917)
Syntax
C# |
---|
public int AutoPopDelay { get; set; } |
Visual Basic |
---|
Public Property AutoPopDelay As Integer
Get
Set |
Visual C++ |
---|
public:
property int AutoPopDelay {
int get ();
void set (int value);
} |
F# |
---|
member AutoPopDelay : int with get, set
|
Property Value
Type:
Int32The length of time in milliseconds.
See Also