Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / FocusProcess Class / Clone Method


In This Topic
Clone Method (FocusProcess)
In This Topic
Creates an exact copy of the current FocusProcess.
Syntax
'Declaration
 
Public Overrides Function Clone() As ValidateActionBase
 
'Usage
 
Dim instance As FocusProcess
Dim value As ValidateActionBase
 
value = instance.Clone()

Return Value

A ValidateActionBase that represents the cloned FocusProcess.
See Also