The members of System.Windows.Forms.GroupBoxRenderer are listed below.
See Also: Inherited members from System.Object
Public Properties
Public Methods
static | DrawGroupBox(System.Drawing.Graphics, System.Drawing.Rectangle, System.Windows.Forms.VisualStyles.GroupBoxState)
Draws a group box control in the specified state and bounds.
|
static | DrawGroupBox(System.Drawing.Graphics, System.Drawing.Rectangle, string, System.Drawing.Font, System.Windows.Forms.VisualStyles.GroupBoxState)
Draws a group box control in the specified state and bounds, with the specified text and font.
|
static | DrawGroupBox(System.Drawing.Graphics, System.Drawing.Rectangle, string, System.Drawing.Font, System.Drawing.Color, System.Windows.Forms.VisualStyles.GroupBoxState)
Draws a group box control in the specified state and bounds, with the specified text, font, and color.
|
static | DrawGroupBox(System.Drawing.Graphics, System.Drawing.Rectangle, string, System.Drawing.Font, TextFormatFlags, System.Windows.Forms.VisualStyles.GroupBoxState)
Draws a group box control in the specified state and bounds, with the specified text, font, and text formatting.
|
static | DrawGroupBox(System.Drawing.Graphics, System.Drawing.Rectangle, string, System.Drawing.Font, System.Drawing.Color, TextFormatFlags, System.Windows.Forms.VisualStyles.GroupBoxState)
Draws a group box control in the specified state and bounds, with the specified text, font, color, and text formatting.
|
static | DrawParentBackground(System.Drawing.Graphics, System.Drawing.Rectangle, Control)
Draws the background of a control's parent in the specified area.
|
static | IsBackgroundPartiallyTransparent(System.Windows.Forms.VisualStyles.GroupBoxState) : bool
Indicates whether the background of the group box has any semitransparent or alpha-blended pieces.
|