C# Class ComponentFactory.Krypton.Toolkit.ViewControlHitTestArgs

Details for context menu related events.
Inheritance: CancelEventArgs
显示文件 Open project: ComponentFactory/Krypton Class Usage Examples

Public Methods

Method Description
ViewControlHitTestArgs ( Point pt ) : System

Initialize a new instance of the ViewControlHitTestArgs class.

Method Details

ViewControlHitTestArgs() public method

Initialize a new instance of the ViewControlHitTestArgs class.
public ViewControlHitTestArgs ( Point pt ) : System
pt Point Point associated with hit test message.
return System