Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

WinCalendar::SelectionRange Property

 

Gets or sets the SelectionRange for this calendar control.

Namespace:   Microsoft.VisualStudio.TestTools.UITesting.WinControls
Assembly:  Microsoft.VisualStudio.TestTools.UITesting (in Microsoft.VisualStudio.TestTools.UITesting.dll)

public:
property SelectionRange^ SelectionRange {
	virtual SelectionRange^ get();
	virtual void set(SelectionRange^ value);
}

Property Value

Type: System.Windows.Forms::SelectionRange^

The SelectionRange for this calendar control.

Return to top
Show: