Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / SoundNotify Class / Clone Method


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

    Return Value

    A ValidateActionBase that represents the cloned SoundNotify.
    See Also