Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / FormulaTextBox Class / EnableAutoDragDrop Property


In This Topic
EnableAutoDragDrop Property
In This Topic
Internal use only. Gets whether automatic drag-drop is enabled.
Syntax
'Declaration
 
Public Shadows ReadOnly Property EnableAutoDragDrop As Boolean
 
'Usage
 
Dim instance As FormulaTextBox
Dim value As Boolean
 
value = instance.EnableAutoDragDrop
See Also