Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Drawing Namespace / IShapeBase Interface / CanMove Property


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