Skip to content

codesensegroup/WindowsFormCustomDesign

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

WindowsFormCustomDesign

Simple custom material windows form element (All open sorce)

Dialog

Classification:

  • DialogOk : View with one Button

image

  • DialogOKCancel : View with two Button (Check, Cancel)

image

  • DialogOKCancel : View with three Button (Yes, No, Cancel)

image

Simple Usage

    var dialog = new DialogOK("Title", "XXXAAA Content");

    //Self Definition
    dialog.SetBackGroundColor(Color.AliceBlue)
          .SetSelectImageIcon(2);
    dialog.SetButtonBackGroundColor(Color.Orange)
          .SetButtonText("Modify");

    dialog.ShowDialog();

ProgressBar

image

Simple Usage

    customProgressBar.FillDegree = 100;
    customProgressBar.Refresh();

About

Simple custom material windows form element

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages