GroupBoxRenderer Methods
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. |
![]() ![]() | DrawParentBackground(Graphics^, Rectangle, Control^) | Draws the background of a control's parent in the specified area. |
![]() | Equals(Object^) | Determines whether the specified object is equal to the current object.(Inherited from Object.) |
![]() | GetHashCode() | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType() | |
![]() ![]() | IsBackgroundPartiallyTransparent(GroupBoxState) | Indicates whether the background of the group box has any semitransparent or alpha-blended pieces. |
![]() | ToString() | Returns a string that represents the current object.(Inherited from Object.) |

