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


In This Topic
Capture Property
In This Topic
Internal use only. Gets or sets whether to capture.
Syntax
'Declaration
 
Public Shadows Property Capture As Boolean
 
'Usage
 
Dim instance As FormulaTextBox
Dim value As Boolean
 
instance.Capture = value
 
value = instance.Capture
See Also