Skip to content

Latest commit

 

History

History
27 lines (22 loc) · 745 Bytes

README.md

File metadata and controls

27 lines (22 loc) · 745 Bytes

ExControls

Extended controls for Windows Forms.

This library features extensions over some of the classic controls, most of which expand their ability to customize visuals and colors. The ExControls library was originally created as part of the GVDEditor program for the dark mode of the graphical interface.

These controls have been extended:

  • ComboBox (also its variant in ToolStrip and DataGridView)
  • DateTimePicker (partial)
  • GroupBox
  • CheckBox (also its variant in DataGridView)
  • CheckedListBox
  • MaskedTextBox
  • NumericUpDown
  • RadioButton
  • TabControl
  • TextBox

These controls have been added:

  • LineSeparator

These components have been extended:

  • FolderBrowserDialog

How to install?

dotnet add package ExControls