Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. C#
  4. bolding group box

bolding group box

Scheduled Pinned Locked Moved C#
question
2 Posts 2 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • B Offline
    B Offline
    barak160487
    wrote on last edited by
    #1

    hello, i'm trying to make the display of the group-box 3D and bold from the form how do I do that?

    C 1 Reply Last reply
    0
    • B barak160487

      hello, i'm trying to make the display of the group-box 3D and bold from the form how do I do that?

      C Offline
      C Offline
      C1AllenS
      wrote on last edited by
      #2

      Hello, If I understand correctly, you wish to change the look of the GroupBox to 3D and the Text portion to Bold using code. 3D style option is not available for GroupBox. To make the GroupBox text bold, you can use the following code. Font gfont = new Font(this.groupBox1.Font,FontStyle.Bold); this.groupBox1.Font= gfont; I hope this will help. Regards, Allen

      Allen Smith Software Engineer ComponentOne LLC www.componentone.com

      1 Reply Last reply
      0
      Reply
      • Reply as topic
      Log in to reply
      • Oldest to Newest
      • Newest to Oldest
      • Most Votes


      • Login

      • Don't have an account? Register

      • Login or register to search.
      • First post
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • World
      • Users
      • Groups