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 topic is designed to help you find code that demonstrates how to perform common button programming tasks by using Visual C# Express Edition.
In This Section
How to: Use Button Controls
Describes how to perform common button programming tasks by using Visual C# Express Edition.How to: Call a Button's Click Event Programmatically
Describes how to programmatically call the Click event of a button.How to: Create a Group of Radio Buttons from a String Array
Demonstrates how to programmatically create a group of Windows Forms radio buttons and set their Text properties to values from an array of strings.How to: Create a Non-Rectangular Button
Demonstrates how to create a button that is not in the standard rectangular shape.
Related Sections
Designing a User Interface in Visual C#
Explains how to use the Windows Forms Designer and Toolbox to create a user interface.Visual C# Express
Provides an introduction to documentation that helps you use Express editions of Visual Studio.Using the Visual C# Express IDE
Provides links to topics that explain how to use the integrated development environment (IDE).