C# Class Nexus.UI.Controls.WizardControlDesigner

The designer that controls how the WizardControl behaves and is designed.
Inheritance: VerticalTabControlDesigner
ファイルを表示 Open project: NexusMods/NexusModManager-4.5

Protected Methods

Method Description
GetHitTest ( Point point ) : bool

Determines of the control should respond to a mouse click.

Method Details

GetHitTest() protected method

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.
return bool