GroupBoxRenderer::DrawGroupBox Method
.NET Framework (current version)
Draws a group box control.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
| Name | Description | |
|---|---|---|
![]() ![]() | DrawGroupBox(Graphics^, Rectangle, GroupBoxState) | Draws a group box control in the specified state and bounds. |
![]() ![]() | DrawGroupBox(Graphics^, Rectangle, String^, Font^, Color, GroupBoxState) | Draws a group box control in the specified state and bounds, with the specified text, font, and color. |
![]() ![]() | DrawGroupBox(Graphics^, Rectangle, String^, Font^, Color, TextFormatFlags, GroupBoxState) | Draws a group box control in the specified state and bounds, with the specified text, font, color, and text formatting. |
![]() ![]() | DrawGroupBox(Graphics^, Rectangle, String^, Font^, GroupBoxState) | Draws a group box control in the specified state and bounds, with the specified text and font. |
![]() ![]() | DrawGroupBox(Graphics^, Rectangle, String^, Font^, TextFormatFlags, GroupBoxState) | Draws a group box control in the specified state and bounds, with the specified text, font, and text formatting. |
Show:

