Compartir a través de


ComponentGlyph.GetHitTest(Point) Método

Definición

Indica si el ComponentGlyph debe controlar un clic con el mouse en el punto especificado.

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

Parámetros

p
Point

Un punto para la prueba de posicionamiento.

Devoluciones

Cursor si el Glyph está asociado a p; de lo contrario, es null.

Comentarios

La implementación predeterminada no hace nada y devuelve null.

Se aplica a