C# Class Nexus.UI.Controls.ColourPicker

Inheritance: System.Windows.Forms.UserControl, INotifyPropertyChanged
ファイルを表示 Open project: NexusMods/NexusModManager-4.5

Private Properties

Property Type Description
InitializeComponent void
butSelectColour_Click void

Public Methods

Method Description
ColourPicker ( ) : System

The default constructor.

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

SetColour ( Color p_clrColor ) : void

Sets the selected colour.

Private Methods

Method 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 method

The default constructor.
public ColourPicker ( ) : System
return System

Dispose() protected method

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

SetColour() protected method

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