Spread Windows Forms 13.0 Product Documentation
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.DrawingSpace Namespace / IEmbeddedControlSupport Interface / CanMove Property


In This Topic
    CanMove Property (IEmbeddedControlSupport)
    In This Topic
    Gets or sets whether the user is allowed to move the embedded child control.
    Syntax
    'Declaration
     
    Property CanMove As Moving
    'Usage
     
    Dim instance As IEmbeddedControlSupport
    Dim value As Moving
     
    instance.CanMove = value
     
    value = instance.CanMove
    Moving CanMove {get; set;}

    Property Value

    Moving setting that specifies the moving aspects
    See Also