TextBoxBase::Click Event
.NET Framework (current version)
Occurs when the text box is clicked.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
For more information about handling events, see NIB: Consuming Events.
The following code example demonstrates how to handle the Click event. To run the example, paste the following code in a form containing a TextBox control called TextBox1. This example requires that the event-handling method has been associated with the Click event.
.NET Framework
Available since 1.1
Available since 1.1
Show: