Download presentation
Presentation is loading. Please wait.
Published byCrystal McGee Modified over 9 years ago
1
ADVANCED CONTROLS 1Advanced Controls
2
Objectives 2Advanced Controls In this module, you will learn about SelectionList control ListView and TreeView control RichTextBox control ProgressBar control Date control Timer control
3
Selection List Control 3Advanced Controls
4
NumericUpDown Control 4Advanced Controls Allows you to select numeric values from a range of values Select only a single values of a time
5
NumericUpDown Control … 5Advanced Controls Increment Maximum Minimum
6
NumericUpDown control 6Advanced Controls ThousandSeperator Value DownButton UpButton ValueChanged
7
DomainUpDown Control 7Advanced Controls Allows you to select text values from a range of values Select only a single values of a time MaximumSize MinimumSize Items ReadOnly SelectedItem Wrap
8
DomainUpDown control 8Advanced Controls
9
ListView control 9Advanced Controls Used to display a collection of items in a list Can display items with theirs icons, which can be smal or large in size
10
ListView control 10Advanced Controls
11
Listview …. 11Advanced Controls
12
TreeView control 12Advanced Controls
13
Properties Method Event 13Advanced Controls
14
Tree view control Advanced Controls14
15
RichTextbox control Advanced Controls15
16
RichTextBox control 16 Property Description
17
RichTextBox control Advanced Controls17
18
RichTextBox control Advanced Controls18
19
Font and FontStyle classes Advanced Controls19 You can specify the font, font style and font size for the text using the SelectionFont property and Font class ( exists in the System.Drawing namespace The FontStyle enumeration is used to specify of the font such as Bold,Italics and Underline
20
ProgressBar Advanced Controls20
21
ProgressBar control Advanced Controls21
22
Summary Advanced Controls22
23
Summary Advanced Controls23
24
Date TimerPicker control p24 PropertyDescription Select an item from a list of dates or times It appears as a textbox along with a drop-down calendar Display the current date in a particular format The calendar allows you to view the days of a week or browse through the months
25
DateTimePicker controls 25
26
DateTimerPicker control 26Date control Timer component Format StringDescription dddDisplay three character day of week abbreviation ddddDisplay full day-of week name hhDisplay two-digit hour in 12 hour format HHDisplay two-digit hour in 24 hour format. mmDisplay two-digit minute
27
CustomFormat property MMDisplay three-character month abbreviation MMMDisplay full month name ssDisplay two-digit seconds tDisplay the first letter of the AM/PM abbveriaiton ttDisplay two-letter AM/PM abbveriation yyDisplay last two-digit of the year yyyyDisplay full year name Date control Timer component27
28
DateTimePicker 28Date control Timer component Custom Long Short Time
29
MonthCalendar control 29Date control Timer component
30
MonthCalendar control 30Date control Timer component PropertyDescription
31
MonthCalendar control 31Date control Timer component AddAnnuallyBoldedDate AddBoldedDate AddMonthlyBoldedDate RemoveAnnuallyBoldedDate RemoveBoldedDate RemoveMonthlyBoldedDate SetDate UpdateBoldedDate
32
MonthCalendar control 32Date control Timer component
33
MonthCalendar control 33Date control Timer component Property TitleBackColor TitleForeColor TrailingForeColor ShowTodayCircle
34
MonthCalendar control 34Date control Timer component
35
Display multiple months 35Date control Timer component The CalendarDimensions property to set the number of months to be displayed horizontally and vertically
36
Timer control 36Date control Timer component
37
Timer control 37 Interval Enabled Start Stop Tick
38
Timer control 38Date control Timer component
39
Timer control 39Date control Timer component
40
Summary 40Date control Timer component
41
41Date control Timer component
Similar presentations
© 2025 SlidePlayer.com. Inc.
All rights reserved.