G1 Flashcards

(21 cards)

1
Q

Pointer Tool

A

Selection tool in Windows Forms Designer

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

Pointer Functions

A

Select, Move, Resize controls

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

Pointer Purpose

A

Manipulate existing controls

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

BackgroundWorker

A

Runs tasks on separate thread

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

WorkerReportsProgress

A

Allows progress updates

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

WorkerSupportsCancellation

A

Allows task cancellation

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

IsBusy

A

Task running indicator

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

BackgroundWorker Purpose

A

Avoid UI freeze, report progress, support cancel

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

BindingNavigator

A

Toolbar for record navigation

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

BindingSource (in Navigator)

A

Links to data source

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

Items (in Navigator)

A

Stores navigation buttons

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

CountItem

A

Shows total records

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

BindingNavigator Purpose

A

Simplifies record handling

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

BindingSource

A

Links UI controls to data

18
Q

DataSource

A

Data table or collection

19
Q

Filter

A

Displays specific records

20
Q

Sort

A

Orders records

21
Q

BindingSource Purpose

A

Manages sorting and filtering