GroupBoxRenderer::DrawGroupBox Method

 

Draws a group box control.

Namespace:   System.Windows.Forms
Assembly:  System.Windows.Forms (in System.Windows.Forms.dll)

NameDescription
System_CAPS_pubmethodSystem_CAPS_staticDrawGroupBox(Graphics^, Rectangle, GroupBoxState)

Draws a group box control in the specified state and bounds.

System_CAPS_pubmethodSystem_CAPS_staticDrawGroupBox(Graphics^, Rectangle, String^, Font^, Color, GroupBoxState)

Draws a group box control in the specified state and bounds, with the specified text, font, and color.

System_CAPS_pubmethodSystem_CAPS_staticDrawGroupBox(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.

System_CAPS_pubmethodSystem_CAPS_staticDrawGroupBox(Graphics^, Rectangle, String^, Font^, GroupBoxState)

Draws a group box control in the specified state and bounds, with the specified text and font.

System_CAPS_pubmethodSystem_CAPS_staticDrawGroupBox(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.

Return to top
Show: