C# Class ComponentFactory.Krypton.Toolkit.ButtonDragOffsetEventArgs

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

Public Methods

Method Description
ButtonDragOffsetEventArgs ( Point offset ) : System

Initialize a new instance of the ButtonDragOffsetEventArgs class.

Method Details

ButtonDragOffsetEventArgs() public method

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