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!

MonthCalendar.ShouldPersistSelectionRange

Retrieves true if the selectionRange should be persisted in code gen.

[Visual Basic]
Public Function ShouldPersistSelectionRange() As Boolean
[C#]
public bool ShouldPersistSelectionRange();
[C++]
public: bool ShouldPersistSelectionRange();
[JScript]
public function ShouldPersistSelectionRange() : Boolean;

Return Value

true if the selectionRange should be persisted.

See Also

MonthCalendar Class | MonthCalendar Members | System.WinForms Namespace