C# Class Nexus.UI.Controls.ColourPicker

Inheritance: System.Windows.Forms.UserControl, INotifyPropertyChanged
Afficher le fichier Open project: NexusMods/NexusModManager-4.5

Private Properties

Свойство Type Description
InitializeComponent void
butSelectColour_Click void

Méthodes publiques

Méthode Description
ColourPicker ( ) : System

The default constructor.

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

SetColour ( Color p_clrColor ) : void

Sets the selected colour.

Private Methods

Méthode Description
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

butSelectColour_Click ( object sender, EventArgs e ) : void

Handles the Control.Click event of the select colour button.

This displays the colour picker dialog.

Method Details

ColourPicker() public méthode

The default constructor.
public ColourPicker ( ) : System
Résultat System

Dispose() protected méthode

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
Résultat void

SetColour() protected méthode

Sets the selected colour.
protected SetColour ( Color p_clrColor ) : void
p_clrColor Color The to which to set the selected colour
Résultat void