I am in the process of converting a VBA app to Visual Studio WinForm C#; however, the ToolBox InkPicture Control is not listed in the Toolbox. The MS web-site for Tablet PCs lists the steps to add the InkPicture control (https://docs.microsoft.com/en-us/windows/win32/tablet/adding-ink-controls-to-a-project); however, those steps do not work for a non-touchscreen laptop that I am using for development. Do I need to move the Visual Studio Winform development S/W to a touchscreen laptop so that the InkControl is listed from the Toolbox? Or is it something else?
On a separate note, I wish to thank cooldadtx for his reply to my questions to "Winform C# equivalent methods to VBA UserForm_Initialize ande Userform_Activate. Thanks for the help.