GroupBoxRenderer Methods
.NET Framework 4.5
The GroupBoxRenderer type exposes the following members.
| Name | Description | |
|---|---|---|
|
DrawGroupBox(Graphics, Rectangle, GroupBoxState) | Draws a group box control in the specified state and bounds. |
|
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, 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, TextFormatFlags, GroupBoxState) | Draws a group box control in the specified state and bounds, with the specified text, font, and text formatting. |
|
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. |
|
DrawParentBackground | 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 a hash function for a particular type. (Inherited from Object.) |
|
GetType | Gets the Type of the current instance. (Inherited from Object.) |
|
IsBackgroundPartiallyTransparent | 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.) |