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