C# Class Nexus.UI.Controls.WizardControlDesigner

The designer that controls how the WizardControl behaves and is designed.
Inheritance: VerticalTabControlDesigner
Afficher le fichier Open project: NexusMods/NexusModManager-4.5

Méthodes protégées

Méthode Description
GetHitTest ( Point point ) : bool

Determines of the control should respond to a mouse click.

Method Details

GetHitTest() protected méthode

Determines of the control should respond to a mouse click.
protected GetHitTest ( Point point ) : bool
point System.Drawing.Point The point where the mouse was clicked.
Résultat bool