Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Drawing Namespace / Shape Class / CanMove Property


In This Topic
    CanMove Property (Shape)
    In This Topic
    Gets or sets whether the object can be moved.
    Syntax
    'Declaration
     
    
    Public Property CanMove As Moving
    'Usage
     
    
    Dim instance As Shape
    Dim value As Moving
     
    instance.CanMove = value
     
    value = instance.CanMove
    public Moving CanMove {get; set;}
    Remarks
    This property affects to UI interaction only.
    See Also