There's no property you can flip to make this just happen magically. Look at the events for the form and it becomes fairly trivial to implement this by setting this.Top
and this.Left
. Specifically you'll want to look at MouseDown
, MouseUp
and MouseMove
.