Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / LineNotify Class / Clone Method


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

    Return Value

    A ValidateActionBase that represents the cloned IconNotify.
    See Also