How to edit a Form via actual Code and not the Properties menu?

43 Views Asked by At

Where do I find the ACTUAL code of my Forms?

You know, the stuff you set in the properties menu, where is the code for that? I can't find it! Im new to using Forms so this question is most liekely the dumbest thing you heard in the last weeks and I know that so pelase just tell me how to do it! Thanks!

1

There are 1 best solutions below

0
Minxin Yu - MSFT On

In <FormName>.designer.cs file.

Open the file and expand the block

#region Windows Form Designer generated code
private void InitializeComponent()