NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

TextBoxBase.ResetCursor

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();

Remarks

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.

See Also

TextBoxBase Class | TextBoxBase Members | System.WinForms Namespace