Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]
The ToolStrip Customizing sample creates resources that the user can choose with a dialog box to customize ToolStrip and MenuStrip controls in the application.
For information about using the samples, see the following topics:
![]() |
---|
This sample code is provided to illustrate a concept and should not be used in applications or Web sites, as it may not illustrate the safest coding practices. Microsoft assumes no liability for incidental or consequential damages should the sample code be used for purposes other than as intended. |
At the command prompt, navigate to the location where you saved the uncompressed sample files.
Navigate to the CS\CustomizeToolStrip subdirectory under the CustomizeToolStrip directory.
Type msbuild to build the sample using the solution (.sln) file provided.
Type cd CustomizeToolStripTest\bin\Debug to navigate to the location of the executable file.
Type CustomizeToolStripTest.exe to run the sample.
In Windows Explorer, navigate to the location where you saved the uncompressed sample files.
Navigate to the CS\CustomizeToolStrip subdirectory under the CustomizeToolStrip directory.
Double-click the solution (.sln) file to open it in Visual Studio.
In Visual Studio, press F5 to build and run the sample.
- Choose various options from the dialog box and observe the results.
ToolStrip Control Overview (Windows Forms)