LauncherUIOptions.SelectionRect Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.