Indicates whether the Cursor property should be persisted.
[Visual Basic] Overrides Public Function ShouldPersistCursor() As Boolean [C#] public override bool ShouldPersistCursor(); [C++] public: override bool ShouldPersistCursor(); [JScript] public override function ShouldPersistCursor() : Boolean;
true if the property value has changed from its default; otherwise, false.
You typically use this method if you are either creating a designer for a text box control or creating your own control incorporating TextBoxBase.
TextBoxBase Class | TextBoxBase Members | System.WinForms Namespace