Returns true if the cursor should be persisted in code gen.
[Visual Basic] Overridable Public Function ShouldPersistCursor() As Boolean [C#] public virtual bool ShouldPersistCursor(); [C++] public: virtual bool ShouldPersistCursor(); [JScript] public function ShouldPersistCursor() : Boolean;
true if the cursor should be persisted.
RichControl Class | RichControl Members | System.WinForms Namespace