Hi,
I'm converting some VBA modifications to .Net using the Visual Studio Tools.
In VBA, it's possible to check if a field or a button is enabled by looking at its "Enabled" property.
With VST, I found methods to Disable, Enable, Lock, Unlock, Hide, and Show a field or a button, but how can we check the current states? I can only find the properties isEmpty, isFilled, and Value.
Thank you
*This post is locked for comments