Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / DataValidationNote Class / DoMove Method


In This Topic
    DoMove Method (DataValidationNote)
    In This Topic
    Syntax
    'Declaration
     
    
    Protected Overrides Sub DoMove( _
       ByVal pt As Point _
    ) 
    'Usage
     
    
    Dim instance As DataValidationNote
    Dim pt As Point
     
    instance.DoMove(pt)
    protected override void DoMove( 
       Point pt
    )

    Parameters

    pt
    See Also