
Windows Forms. Уровень 2.
Quiz
•
Professional Development
•
5th Grade
•
Hard
Leonid Karuna
Used 1+ times
FREE Resource
Enhance your content
18 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Укажите корректный способ добавления элемента в список типа ListBox:
this.listBox1.Items += "string";
this.listBox1.Items = "string";
TPK6RsQAyb2ZP4w98dk1PWZQDzh2vqcQXT
this.listBox1.Add("string");
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Укажите корректный способ добавления набора элементов в список ListBox:
this.listBox1.Items.Add(new object[] { "one", "two", "tree"});
this.listBox1.Items.AddRange(new object[] { "one", "two", "tree"});
this.listBox1.Items.AddRange( "one", "two", "tree");
this.listBox1.Items = new object[] { "one", "two", "tree"};
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Как удалить все элементы списка типа ListBox:
this.listBox1.Items.Delete();
this.listBox1.Items.Clear();
this.listBox1.Clear();
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Каким образом можно получить коллекцию, которая содержит выбранные в настоящий момент элементы объекта ListBox?
Используя свойство Items
Используя свойство SelectedIndices
Используя свойство SelectedItems
Используя свойство SelectedIndex
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Укажите свойство в котором содержится коллекция отмеченных элементов в данном элементе управления CheckedListBox:
CheckedItems
CheckedIndices
Items
CheckOnClick
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Выберите корректный способ установки приращения индикатора выполнения ProgressBar:
progressBar1.PerfomStep = 5;
progressBar1.SetStep(5);
progressBar1.Step = 5;
progressBar1.Step(5);
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Как увеличить текущую позицию индикатора хода выполнения ProgressBar:
Задать свойство ChangeStep
Вызвать метод SetStep(5)
Вызвать метод PerformStep()
Задать свойство Step
Create a free account and access millions of resources
Create resources
Host any resource
Get auto-graded reports

Continue with Google

Continue with Email

Continue with Classlink

Continue with Clever
or continue with

Microsoft
%20(1).png)
Apple

Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?
Similar Resources on Wayground
20 questions
professional development
Quiz
•
KG - Professional Dev...
15 questions
Quiz on ISO 22301:2019/Amd.1:2024
Quiz
•
2nd Grade - University
18 questions
Obsługa gości w hotelu
Quiz
•
1st - 6th Grade
20 questions
ITPM Pre-Test & Post-Test
Quiz
•
1st - 5th Grade
15 questions
Disposiciones
Quiz
•
1st - 10th Grade
15 questions
Android Studio 2
Quiz
•
1st Grade - Professio...
19 questions
elite
Quiz
•
1st - 12th Grade
15 questions
Code 3
Quiz
•
1st - 5th Grade
Popular Resources on Wayground
20 questions
Brand Labels
Quiz
•
5th - 12th Grade
11 questions
NEASC Extended Advisory
Lesson
•
9th - 12th Grade
10 questions
Ice Breaker Trivia: Food from Around the World
Quiz
•
3rd - 12th Grade
10 questions
Boomer ⚡ Zoomer - Holiday Movies
Quiz
•
KG - University
25 questions
Multiplication Facts
Quiz
•
5th Grade
22 questions
Adding Integers
Quiz
•
6th Grade
10 questions
Multiplication and Division Unknowns
Quiz
•
3rd Grade
20 questions
Multiplying and Dividing Integers
Quiz
•
7th Grade
Discover more resources for Professional Development
20 questions
Brand Labels
Quiz
•
5th - 12th Grade
10 questions
Ice Breaker Trivia: Food from Around the World
Quiz
•
3rd - 12th Grade
10 questions
Boomer ⚡ Zoomer - Holiday Movies
Quiz
•
KG - University
25 questions
Multiplication Facts
Quiz
•
5th Grade
15 questions
Order of Operations
Quiz
•
5th Grade
20 questions
States of Matter
Quiz
•
5th Grade
18 questions
Main Idea & Supporting Details
Quiz
•
5th Grade
10 questions
Making Inferences Practice
Quiz
•
5th - 6th Grade