C# Class ComponentFactory.Krypton.Toolkit.ButtonDragOffsetEventArgs

Details for an event that provides a button drag offset value.
Inheritance: System.EventArgs
Afficher le fichier Open project: ComponentFactory/Krypton Class Usage Examples

Méthodes publiques

Méthode Description
ButtonDragOffsetEventArgs ( Point offset ) : System

Initialize a new instance of the ButtonDragOffsetEventArgs class.

Method Details

ButtonDragOffsetEventArgs() public méthode

Initialize a new instance of the ButtonDragOffsetEventArgs class.
public ButtonDragOffsetEventArgs ( Point offset ) : System
offset Point Mouse offset for button dragging.
Résultat System