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!

RichControl.ShouldPersistCursor

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;

Return Value

true if the cursor should be persisted.

See Also

RichControl Class | RichControl Members | System.WinForms Namespace