The Click property represents the current ClickEventArgs.Click since the last update.

Syntax

Visual Basic (Declaration)
Public ReadOnly Property Click As Click
C#
public MousePointer2D.Click Click { get; }
C++
public:
Click^ Click {
	Click^ get ();
}

Value

The Click property gets the ClickEventArgs._click data member.

Remarks

[Missing <remarks> documentation for P:TehOne.Xna.GameComponents.MousePointer2D.ClickEventArgs.Click]