ADVANCED CONTROLS 1Advanced Controls
Objectives 2Advanced Controls In this module, you will learn about SelectionList control ListView and TreeView control RichTextBox control ProgressBar control Date control Timer control
Selection List Control 3Advanced Controls
NumericUpDown Control 4Advanced Controls Allows you to select numeric values from a range of values Select only a single values of a time
NumericUpDown Control … 5Advanced Controls Increment Maximum Minimum
NumericUpDown control 6Advanced Controls ThousandSeperator Value DownButton UpButton ValueChanged
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
DomainUpDown control 8Advanced Controls
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
ListView control 10Advanced Controls
Listview …. 11Advanced Controls
TreeView control 12Advanced Controls
Properties Method Event 13Advanced Controls
Tree view control Advanced Controls14
RichTextbox control Advanced Controls15
RichTextBox control 16 Property Description
RichTextBox control Advanced Controls17
RichTextBox control Advanced Controls18
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
ProgressBar Advanced Controls20
ProgressBar control Advanced Controls21
Summary Advanced Controls22
Summary Advanced Controls23
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
DateTimePicker controls 25
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
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
DateTimePicker 28Date control Timer component Custom Long Short Time
MonthCalendar control 29Date control Timer component
MonthCalendar control 30Date control Timer component PropertyDescription
MonthCalendar control 31Date control Timer component AddAnnuallyBoldedDate AddBoldedDate AddMonthlyBoldedDate RemoveAnnuallyBoldedDate RemoveBoldedDate RemoveMonthlyBoldedDate SetDate UpdateBoldedDate
MonthCalendar control 32Date control Timer component
MonthCalendar control 33Date control Timer component Property TitleBackColor TitleForeColor TrailingForeColor ShowTodayCircle
MonthCalendar control 34Date control Timer component
Display multiple months 35Date control Timer component The CalendarDimensions property to set the number of months to be displayed horizontally and vertically
Timer control 36Date control Timer component
Timer control 37 Interval Enabled Start Stop Tick
Timer control 38Date control Timer component
Timer control 39Date control Timer component
Summary 40Date control Timer component
41Date control Timer component