Gets or sets the length of time the pointer must remain stationary within a ToolTip region before the ToolTip windows appears.
Namespace: Dapfor.Net.UiAssembly: Dapfor.Net (in Dapfor.Net.dll) Version: 2.10.3.24917 (2.10.3.24917)
Syntax
C# |
---|
public int InitialDelay { get; set; } |
Visual Basic |
---|
Public Property InitialDelay As Integer
Get
Set |
Visual C++ |
---|
public:
property int InitialDelay {
int get ();
void set (int value);
} |
F# |
---|
member InitialDelay : int with get, set
|
Property Value
Type:
Int32The length of time in milliseconds.
See Also