Click or drag to resize

DragStartEventCancelArgs Properties

The DragStartEventCancelArgs type exposes the following members.

Properties
  NameDescription
Public propertyCancel
Gets or sets a value indicating whether the event should be canceled.
(Inherited from CancelEventArgs.)
Public propertyControl
Gets the control starting the drag.
Public propertyOffset
Gets and sets the offset.
Public propertyPoint
Gets and sets the point.
(Inherited from PointEventCancelArgs.)
Top
See Also