C# Class ComponentFactory.Krypton.Toolkit.ViewControlHitTestArgs

Details for context menu related events.
Inheritance: CancelEventArgs
Afficher le fichier Open project: ComponentFactory/Krypton Class Usage Examples

Méthodes publiques

Méthode Description
ViewControlHitTestArgs ( Point pt ) : System

Initialize a new instance of the ViewControlHitTestArgs class.

Method Details

ViewControlHitTestArgs() public méthode

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