This page is specific to
Microsoft Visual Studio 2008/.NET Framework 3.5
Other versions are also available for the following:
.NET Framework Class Library
ControlPaint..::.DrawBorder Method
Draws a border on a button-style control.

Overload List
|
| Name | Description |
|---|
.gif) .gif) | DrawBorder(Graphics, Rectangle, Color, Int32, ButtonBorderStyle, Color, Int32, ButtonBorderStyle, Color, Int32, ButtonBorderStyle, Color, Int32, ButtonBorderStyle) |
Draws a border on a button-style control with the specified styles, colors, and border widths; on the specified graphics surface; and within the specified bounds.
|
.gif) .gif) | DrawBorder(Graphics, Rectangle, Color, ButtonBorderStyle) |
Draws a border with the specified style and color, on the specified graphics surface, and within the specified bounds on a button-style control.
|
Top

See Also