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