Click here to Skip to main content
15,887,214 members
Please Sign up or sign in to vote.
1.00/5 (3 votes)
See more:
Hello
I added window media player to the tool box, after I selected it and pressed the right mouse button to see the property I get a form instead of list of properties. how ca I get the list of property for window me


What I have tried:

//no need for code
//ignore the code below
private void FormLoad(object sender, EventArgs e)
{

}
Posted
Updated 3-Jul-23 1:34am

1 solution

Look at the properties pane: From the menu select "View" ... "Properties Window" or press F4.
Highlight the control in the form, and it's properties appear on the pane.
 
Share this answer
 
Comments
Engineer khalid 3-Jul-23 8:30am    
i rated the answer as 5 but i can see only 3 lightting stars,you desirve 5 any way

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900