I'm starting to work in C#, I've created a Windows desktop application, based on a System.Windows.Forms.Form
, as follows: (automatically generated)
public partial class Frm_MyForm : Form
As I have some experience in Delphi (almost twenty years ago), I was expecting everything back in this form, but I don't find a Hint
attribute, not on the form itself, nor on the text boxes, labels or buttons I added there.
Does anybody know if hints are foreseen in C# projects of my kind?
My Target .Net framework version is "4.6.1".
Thanks in advance