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)

Syntax

'Declaration
Public Overridable Property SelectionRange As SelectionRange
public virtual SelectionRange SelectionRange { get; set; }
public:
virtual property SelectionRange^ SelectionRange {
    SelectionRange^ get ();
    void set (SelectionRange^ value);
}
abstract SelectionRange : SelectionRange with get, set
override SelectionRange : SelectionRange with get, set
function get SelectionRange () : SelectionRange
function set SelectionRange (value : SelectionRange)

Property Value

Type: System.Windows.Forms.SelectionRange
The SelectionRange for this calendar control.

.NET Framework Security

See Also

Reference

WinCalendar Class

Microsoft.VisualStudio.TestTools.UITesting.WinControls Namespace

SelectionRange