C# Class ComponentFactory.Krypton.Toolkit.DragStartEventCancelArgs

Details for an cancellable event that provides a position, offset and control value.
Inheritance: PointEventCancelArgs
Afficher le fichier Open project: ComponentFactory/Krypton Class Usage Examples

Méthodes publiques

Méthode Description
DragStartEventCancelArgs ( Point point, Point offset, Control c ) : System

Initialize a new instance of the DragStartEventCancelArgs class.

Method Details

DragStartEventCancelArgs() public méthode

Initialize a new instance of the DragStartEventCancelArgs class.
public DragStartEventCancelArgs ( Point point, Point offset, Control c ) : System
point Point Point associated with event.
offset Point Offset associated with event.
c System.Windows.Forms.Control Control that is generating the drag start.
Résultat System