Gets or sets the automatic delay for the annotation.
Namespace: MindFusion.Spreadsheet
Assembly: MindFusion.Spreadsheet.WinForms
SyntaxC#
Copy Code
|
|---|
public int AutomaticDelay { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property AutomaticDelay As Integer |
An integer value. The default is the value of the SystemInformation.DoubleClickTime property.
RemarksThe AutomaticDelay property enables you to set a single delay value, which is then used to initialize the values of the AutoPopDelay, InitialDelay and ReshowDelay properties as follows:
See Also