Resets the Cursor property to its default value.
[Visual Basic] Overrides Public Sub ResetCursor() [C#] public override void ResetCursor(); [C++] public: override void ResetCursor(); [JScript] public override function ResetCursor();
You typically use this method if you are either creating a designer for a text box control or creating your own control incorporating the TextBoxBase class. You can use the ShouldPersistCursor method to determine whether the property value has changed from its default.
TextBoxBase Class | TextBoxBase Members | System.WinForms Namespace