Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / SearchDialog Class / RepeatFromStart Property


In This Topic
RepeatFromStart Property
In This Topic
Gets or sets whether to repeat the search from the start.
Syntax
'Declaration
 
Public Overridable Property RepeatFromStart As Boolean
 
'Usage
 
Dim instance As SearchDialog
Dim value As Boolean
 
instance.RepeatFromStart = value
 
value = instance.RepeatFromStart
See Also