Propiedades y eventos Flashcards

1
Q

TextBox

A

Propiedades: Text, MaxLenght, ReadOnly
Eventos: TextChanged

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Button

A

Propiedades: Text
Eventos: Click

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Label

A

Propiedades: Text, Font, ForeColor
Eventos: -

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

RadioButton / CheckBox

A

Propiedades: Checked
Eventos: CheckedChanged

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

ComboBox

A

Propiedades: Items, SelectedItem, SelectedIndex, Text
Eventos: SelectedIndexChanged

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

ListBox

A

Propiedades: Items, SelectedItems, SelectionMode
Eventos: SelectedIndexChanged

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

PictureBox

A

Propiedades: Image, SizeMode
Eventos: Click, MouseEnter

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

NumericUpDown

A

Propiedades: Value, Minimum, Maximum, Increment
Eventos: ValueChanged

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

DateTimePIcker

A

Propiedades: Value, MinDate, MaxDate, Format
Eventos: ValueChanged

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

Eventos del teclado

A

KeyPress
KeyDown
KeyUp

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

Eventos del ratón

A

MouseClick
MouseDoubleClick
MouseEnter
MouseLeave

How well did you know this?
1
Not at all
2
3
4
5
Perfectly