Visual Studio will disable toolbox items that are not valid for the type of project you are working on. The Acquistion class is not a WPF control, so you can't drop it onto a WPF form. Instead, create an instance of it manually in your code.
Also, for WPF make sure you set the Device.ModalAcquire property to true.
Glenn Chittenden Jr.
Atalasoft Development Team