Spread Windows Forms 12.0 Product Documentation
Clone Method (TipNotify)


FarPoint.Win.Spread Assembly > FarPoint.Win.Spread Namespace > TipNotify Class : Clone Method
Creates an exact copy of the current TipNotify object.
Syntax
'Declaration
 
Public Overrides Function Clone() As ValidateActionBase
'Usage
 
Dim instance As TipNotify
Dim value As ValidateActionBase
 
value = instance.Clone()
public override ValidateActionBase Clone()

Return Value

A ValidateActionBase that represents the cloned TipNotify.
See Also

Reference

TipNotify Class
TipNotify Members