LauncherUIOptions.SelectionRect Property

Definition

Gets or sets the selection rectangle on the screen where the user opened a file or URI.

public:
 property IReference<Rect> ^ SelectionRect { IReference<Rect> ^ get(); void set(IReference<Rect> ^ value); };
IReference<Rect> SelectionRect();

void SelectionRect(IReference<Rect> value);
public System.Nullable<Rect> SelectionRect { get; set; }
var iReference = launcherUIOptions.selectionRect;
launcherUIOptions.selectionRect = iReference;
Public Property SelectionRect As Nullable(Of Rect)

Property Value

The selection rectangle.

Remarks

To get or set the invocation point, use the InvocationPoint method.

Important

This property is only implemented on Desktop devices.

Applies to

See also