16 references to GroupBoxState
System.Windows.Forms (16)
winforms\Managed\System\WinForms\GroupBox.cs (3)
521
GroupBoxState
gbState = Enabled ?
GroupBoxState
.Normal :
GroupBoxState
.Disabled;
winforms\Managed\System\WinForms\GroupBoxRenderer.cs (13)
65
public static bool IsBackgroundPartiallyTransparent(
GroupBoxState
state) {
98
public static void DrawGroupBox(Graphics g, Rectangle bounds,
GroupBoxState
state) {
111
public static void DrawGroupBox(Graphics g, Rectangle bounds, string groupBoxText, Font font,
GroupBoxState
state) {
121
public static void DrawGroupBox(Graphics g, Rectangle bounds, string groupBoxText, Font font, Color textColor,
GroupBoxState
state) {
131
public static void DrawGroupBox(Graphics g, Rectangle bounds, string groupBoxText, Font font, TextFormatFlags flags,
GroupBoxState
state) {
144
public static void DrawGroupBox(Graphics g, Rectangle bounds, string groupBoxText, Font font, Color textColor, TextFormatFlags flags,
GroupBoxState
state) {
155
private static void DrawThemedGroupBoxNoText(Graphics g, Rectangle bounds,
GroupBoxState
state) {
164
private static void DrawThemedGroupBoxWithText(Graphics g, Rectangle bounds, string groupBoxText, Font font, Color textColor, TextFormatFlags flags,
GroupBoxState
state) {
223
private static void DrawUnthemedGroupBoxNoText(Graphics g, Rectangle bounds,
GroupBoxState
state) {
259
private static void DrawUnthemedGroupBoxWithText(Graphics g, Rectangle bounds, string groupBoxText, Font font, Color textColor, TextFormatFlags flags,
GroupBoxState
state) {
310
private static Color DefaultTextColor(
GroupBoxState
state) {
324
&& ((
GroupBoxState
)state ==
GroupBoxState
.Disabled)