ComponentGlyph.GetHitTest(Point) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Indique si le ComponentGlyph doit gérer un clic de souris à l'emplacement spécifié.
public:
override System::Windows::Forms::Cursor ^ GetHitTest(System::Drawing::Point p);
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 auquel appliquer un test de positionnement.
Retours
Cursor si le Glyph est associé au p
; sinon, null
.
Remarques
L’implémentation par défaut ne fait rien et retourne null
.