I’m writing a Visual Studio 2022 Extensibility add-in using VB.Net/DotNetFramework in which I’d like to read and write the individual Properties of a Windows Form that is currently being Designed in the IDE’s Forms Designer.
An example would be to copy the Width/Height properties of the currently selected Windows Form that is being designed in the VS Forms Designer to the Maximum Size Width/Height properties.
Can someone cite an example or method demonstrating such a technique?