Results 1 to 1 of 1
  1. #1
    jn4kim
    jn4kim is offline
    Guest
    Join Date
    2012 Oct
    Posts
    1
    Thanks Thanks Given 
    0
    Thanks Thanks Received 
    0
    Thanked in
    0 Posts
    Rep Power
    0

    [C#] Custom Button - JButton

    introduction

    JButton is a .Net custom button control library.

    By using this library, you can use a stylish(?!) button in your WinForms rather than the default one.

    This library can be used in 3.5 or higher version of .Net Framework.



    You can alter the color of the button, add image to the button and use button as Checkbox or Radiobutton.



    Properties

    Brightness - the brightness of the upper color of the button

    ButtonColor - the color of the button

    TextColor - the color of the text

    CheckedColor - the color of the button when checked

    Image - add the image to the button

    Text - text displayed in the button

    Mode - mode of the button

    Default: Default mode

    Checkbox: use button as a checkbox

    RadioButton: use button as radiobutton

    Style - sets how the image will be displayed

    Default: text under the image


    ImageOnly: display the image in the center; no text

    ImageRollover: displays only image at default state; when the mouse is on the button, displays the text.

    Please register or login to download attachments.


Similar Threads

  1. [Source] Evo Button Menu
    By Dwar in forum D3D Programming
    Replies: 3
    Last Post: 2012-07-19, 08:20 AM
  2. Making a Minecraft Custom Client
    By A5005 in forum MineCraft
    Replies: 0
    Last Post: 2012-06-24, 06:08 AM
  3. [Tutorial] Custom CrossFire Kill Marks
    By Dwar in forum CrossFire Guides, Tutorials
    Replies: 0
    Last Post: 2010-12-18, 09:00 AM
  4. [C++] Custom apis (inline)
    By Dwar in forum C/C++
    Replies: 0
    Last Post: 2010-11-15, 12:57 AM
  5. Hit the button!
    By torrentsoo in forum Aika Online
    Replies: 1
    Last Post: 2010-10-19, 12:10 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •