Метод | Описание | |
---|---|---|
OptionsDlg ( ) : System |
Initializes a new instance of the OptionsDlg class.
|
|
OptionsDlg ( Color clr ) : System |
Initializes a new instance of the OptionsDlg class.
|
Метод | Описание | |
---|---|---|
btnCancel_Click ( object sender, |
Handles the Click event of the btnCancel control.
|
|
btnColor_Click ( object sender, |
Handles the Click event of the btnColor control.
|
|
btnOK_Click ( object sender, |
Handles the Click event of the btnOK control.
|
|
chkShade_CheckedChanged ( object sender, |
Handles the CheckedChanged event of the chkShade control.
|
|
clrPicker_ColorPicked ( object sender, Color clrPicked ) : void |
Handles the user clicking on a color in the color picker.
|
|
lblSample_Paint ( object sender, PaintEventArgs e ) : void |
Handles the Paint event of the lblSample control.
|
|
txtRGB_KeyPress ( object sender, |
Handles the KeyPress event of the txtRGB control.
|
|
txtRGB_Validated ( object sender, |
Handles the Validated event of the txtRGB control.
|