G3 Flashcards

(35 cards)

1
Q

Control for selecting color from palette

A

ColorDialog

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

ColorDialog purpose: customize UI colors

A

Color Customization

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

ColorDialog purpose: update form colors dynamically

A

Dynamic Interface Control

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

ColorDialog purpose: improve visual appeal

A

Enhanced Visual Experience

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

ColorDialog function: opens color options

A

Display Color Palette

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

ColorDialog function: output of chosen color

A

Return Selected Color

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

ColorDialog function: allows user-defined colors

A

Allow Custom Colors

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

Code to show ColorDialog and change background

A

ColorDialog1.ShowDialog() + Me.BackColor = ColorDialog1.Color

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

Right-click pop-up menu control

A

ContextMenuStrip

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

ContextMenuStrip purpose: fast access options

A

Quick Access to Function

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

ContextMenuStrip purpose: shows related options

A

Context-Sensitive Options

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

ContextMenuStrip purpose: better usability

A

Improved User Interaction

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

ContextMenuStrip purpose: dynamic menu

A

Customizable User Control

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

ContextMenuStrip action: run selected option

A

Trigger Item Actions

17
Q

ContextMenuStrip function: show on right-click

A

Show Context Menu

18
Q

ContextMenuStrip function: modify items

A

Add or Remove Menu Items

20
Q

Drop-down + text input control

21
Q

ComboBox purpose: easy item selection

A

Easy Selection

22
Q

ComboBox purpose: manual input allowed

A

Flexible Input

23
Q

ComboBox feature: typing suggestions

25
ComboBox function: holds selectable items
Displaying a List of Items
26
ComboBox function: suggests/auto-fills text
Auto-Completion
27
28
ComboBox property: list entries
Items
29
ComboBox property: current choice
SelectedItem
30
ComboBox property: input style control
DropDownStyle
31
DropDownStyle options
DropDown, DropDownList, Simple
32
ComboBox property: suggests/auto-fills
AutoCompleteMode
33
ComboBox property: suggestion source
AutoCompleteSource
34
AutoCompleteMode options
None, Suggest, Append, SuggestAppend
35
AutoCompleteSource options
ListItems, None, FileSystem