Gets or sets the length of time it takes for subsequent ToolTip windows to appear as the pointer moves from one ToolTip region to another.
Namespace: Dapfor.Net.UiAssembly: Dapfor.Net (in Dapfor.Net.dll) Version: 2.10.3.24917 (2.10.3.24917)
Syntax
C# |
---|
public int ReshowDelay { get; set; } |
Visual Basic |
---|
Public Property ReshowDelay As Integer
Get
Set |
Visual C++ |
---|
public:
property int ReshowDelay {
int get ();
void set (int value);
} |
F# |
---|
member ReshowDelay : int with get, set
|
Property Value
Type:
Int32The length of time in milliseconds.
See Also