Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Pointer WPF control

In Visual Studio 2010 Express, in the WPF toolbox there exists a Pointer control that cannot be dragged to the XAML window. Furthermore, trying the obvious <Pointer /> XAML element shows that such an element does not exist. So what is the Pointer entry in the toolbox?

Thanks.

Screenshot

like image 969
dotancohen Avatar asked Mar 06 '12 19:03

dotancohen


1 Answers

It is a little misleading, but as the comments pointed out, the "Pointer" item in those Controls lists is a placeholder for setting the visual editor into a selection state, so that you can move controls around or resize them on the design surface.

like image 60
Rob Perkins Avatar answered Oct 01 '22 01:10

Rob Perkins