Danh mục

Winform - Lập Trình C# - Lập Trình C Shap - Basic Controls 2

Số trang: 30      Loại file: ppt      Dung lượng: 1.18 MB      Lượt xem: 8      Lượt tải: 0    
Hoai.2512

Xem trước 3 trang đầu tiên của tài liệu này:

Thông tin tài liệu:

Tham khảo tài liệu winform - lập trình c# - lập trình c shap - basic controls 2, công nghệ thông tin, kỹ thuật lập trình phục vụ nhu cầu học tập, nghiên cứu và làm việc hiệu quả
Nội dung trích xuất từ tài liệu:
Winform - Lập Trình C# - Lập Trình C Shap - Basic Controls 2WindowsControls 1Nội Dung Các control thông dụng ListBox, Combobox, CheckListBox  GroupBox, Panel & TabControl  2ListBox & ComboBox 3ListBox & ComboBox ListBox Cung cấp một danh sách các item cho phép user chọn  ListBox cho phép hiển thị scroll nếu các item vượt quá  vùng thể hiện của ListBox Properties Items SelectedItems MultiColumn Sorted ListBox SelectedIndex Text SelectedItem 4ListBox & ComboBox Method & Event  Method ClearSelected ListBox GetSelected Event SetSelected SelectedIndexChanged SelectedValueChanged 5ListBox & ComboBox Thuộc tính Items cho phép thêm/xóa các item Cho phép thêm item Danh sách item trong màn hình thiết kế form 6ListBox & ComboBox ListBox hiển thị dạng Multi Column Hiển thị nhiều cột 7ListBox & ComboBox Demo ListBox ListBox Kiểm tra xem chuỗi nhập có trong list box? - Nếu có: select item đó - Ngược lại: thêm chuỗi mới vào list box 8ListBox & ComboBox Sự kiện SelectedIndexChanged Mỗi khi kích chọn vào item trong listbox ⇒ sẽ xóa item được chọn tương ứng SelectedIndexChanged 9ListBox & ComboBox ComboBox Kết hợp TextBox với một danh sách dạng drop down  Cho phép user kích chọn item trong danh sách drop down  Sorted Items MaxDropDownItems ComboBox DropDownStyle AutoCompleteMode Text DropDownHeight 10ListBox & ComboBox DropDownStyle 11ListBox & ComboBox Bổ sung item trong màn hình design view 12ListBox & ComboBox Mỗi khi kích chọn một item ⇒ hiển thị item được chọn trên MessageBox 13ListBox & ComboBox AutoComplete Tính năng AutoComplete Gõ “Ng” AutoCompleteAutoCompleteModeAutoCompleteSource 14CheckedListBox Tương tự như list box nhưng mỗi item sẽ có thêm check  box. Method Properties GetItemChecked CheckedItems GetSelected SelectedIndexChanged CheckedIndices SelectedValueChangedSelectedIndices SelectedIndices ClearSelected MultiColumn SetSelected SelectionMode Items 15CheckedListBox Thuộc tính Items lưu trữ danh sách item  Có thể bổ sung vào thời điểm  Design time  Run time  Item được check Item được select 16CheckedListBox MultiColumn = true  Các item được tổ chức theo nhiều cột 17CheckedListBox Sự kiện SelectedIndexChanged  18GroupBox, Panel & TabControl 19GroupBox & Panel Bố trí controls trên GUI  GroupBox  Hiển thị một khung bao quanh một nhóm control  Có ...

Tài liệu được xem nhiều: