C# Class YATA.Sett

Inheritance: System.Windows.Forms.Form
Afficher le fichier Open project: exelix11/YATA-PLUS Class Usage Examples

Méthodes publiques

Свойство Type Description
colArrow Color[]
colArrowBut Color[]
colBotBut Color[]
colClose Color[]
colCursor Color[]
colIconResize Color[]
colTopOverlay Color[]

Méthodes publiques

Méthode Description
Sett ( ) : System

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Méthode Description
AddButtons ( int amount, int yPos, Color cols, bool enab, int yPosNAME, int RemoveFromX ) : System.Windows.Forms.Button[]
CB_botDraw_SelectedIndexChanged ( object sender, EventArgs e ) : void
CB_topDraw_SelectedIndexChanged ( object sender, EventArgs e ) : void
FORM_Closing ( object sender, FormClosingEventArgs e ) : void
FormResize_end ( object sender, EventArgs e ) : void
HelpPressed ( object sender, EventArgs e ) : void
InitializeComponent ( ) : void

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

Sett_Load ( object sender, EventArgs e ) : void
button1_Click ( object sender, EventArgs e ) : void
button2_Click ( object sender, EventArgs e ) : void
button3_Click ( object sender, EventArgs e ) : void
button4_Click ( object sender, EventArgs e ) : void
buttonSaveSett_Click ( object sender, EventArgs e ) : void
cancelButton_Click ( object sender, EventArgs e ) : void
closeForm ( ) : void
colorSelect ( object sender, EventArgs e ) : void
getColors ( ) : void
setColors ( ) : void

Method Details

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

Sett() public méthode

public Sett ( ) : System
Résultat System

Property Details

colArrow public_oe property

public Color[] colArrow
Résultat Color[]

colArrowBut public_oe property

public Color[] colArrowBut
Résultat Color[]

colBotBut public_oe property

public Color[] colBotBut
Résultat Color[]

colClose public_oe property

public Color[] colClose
Résultat Color[]

colCursor public_oe property

public Color[] colCursor
Résultat Color[]

colIconResize public_oe property

public Color[] colIconResize
Résultat Color[]

colTopOverlay public_oe property

public Color[] colTopOverlay
Résultat Color[]