GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoObject Class / CanMove Method
In This Topic
    CanMove Method
    In This Topic
    Called to see if the user can move this object.
    Syntax
    public virtual bool CanMove()
    Remarks
    This returns true if Movable, and, if this object is in a layer, if Layer.CanMoveObjects. This object's parent need not be movable for this object to be movable. This predicate is used by methods such as GoView.GoView.MoveSelection.
    See Also