ComponentGlyph.GetHitTest(Point) Méthode

Définition

Indique si un clic de souris au point spécifié doit être géré par le ComponentGlyph.

public:
 override System::Windows::Forms::Cursor ^ GetHitTest(System::Drawing::Point p);
public override System.Windows.Forms.Cursor GetHitTest(System.Drawing.Point p);
override this.GetHitTest : System.Drawing.Point -> System.Windows.Forms.Cursor
Public Overrides Function GetHitTest (p As Point) As Cursor

Paramètres

p
Point

Point de positionnement.

Retours

A Cursor si l’objet Glyph est associé p; sinon, null.

Remarques

L’implémentation par défaut ne fait rien et retourne null.

S’applique à