ToolStrip Custom Renderer Sample
With the ToolStrip Custom Renderer sample, you can switch between renderers and observe the effects of various settings.
For information about using the samples, see the following topics:
Security Note |
---|
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. |
To build and run the sample using the command prompt
At the command prompt, navigate to the location where you saved the uncompressed sample files.
Navigate to the VB subdirectory under the CustomRenderer directory.
Type msbuild to build the sample using the solution (.sln) file provided.
Type cd CustomRendererDemo\bin\ to navigate to the location of the executable file.
Type CustomRendererDemo.exe to run the sample.
To build and run the sample using Visual Studio
In Windows Explorer, navigate to the location where you saved the uncompressed sample files.
Navigate to the VB subdirectory under the CustomRenderer directory.
Double-click the solution (.sln) file to open it in Visual Studio.
In Visual Studio, press F5 to build and run the sample.
To use the Custom Renderer sample
- Enter various settings and observe the results.
Demonstrates
Switching between renderers.
Effects of various settings on a given renderer.
See Also
Tasks
How to: Create and Set a Custom Renderer for the ToolStrip Control in Windows Forms
Reference
ToolStrip Control Overview (Windows Forms)
MenuStrip Control Overview (Windows Forms)
ToolStrip
MenuStrip