As you know, some controls have many properties so it is difficult to find an specific property of a control in Properties window of Visual Studio. How can I search in Visual Studio Properties window?
Edit: My project type is Winforms application.
As you know, some controls have many properties so it is difficult to find an specific property of a control in Properties window of Visual Studio. How can I search in Visual Studio Properties window?
Edit: My project type is Winforms application.
Select the control that you are interested in, then open the properties dialog (right-click options, or press F4) you should see a box labelled 'Search Properties'.
See image.