TAILIEUCHUNG - Essential Silverlight 3- P4

Essential Silverlight 3- P4: Khái quát Silverlight 3 không chỉ là lấp đầy với các chi tiết kỹ thuật, ví dụ rõ ràng, và thực hiện lời khuyên rằng sẽ làm cho bất kỳ ứng dụng Silverlight tốt hơn, nhưng Ashraf cũng bao gồm những hiểu biết rằng chỉ có thể đến từ một trong những nhà phát triển dẫn của thời gian chạy Silverlight. Từ đồ họa, văn bản, để phương tiện truyền thông cuốn sách này- có tất cả các thông tin cần thiết về thời gian chạy lõi 3 Silverlight | 118 Chapter 5 Input Events Multiple Languages Different operating system language settings can have different keyboard mappings or language specific input methods for Far East languages. To help you create applications that work on multiple languages Silverlight provides a TextBox element that provides text input for European and Far East languages. In particular you can use the Far East input method editors or operating system mechanisms for inputting European accents with the TextBox element. For custom controls that require direct access to keyboard events Silverlight filters the basic key codes in the enumeration to only those available consistently in all supported languages. In particular keys such as the comma key are different in different languages and do not appear in the Key enumeration. For example many European languages use a comma to indicate a decimal separator in a number instead of a period. You can still access those keys not in the Key enumeration by specifying their key code number however you must test those events on all target languages. Input Events As discussed in Chapter 2 Applications you can connect an event handler to code by setting the event handler in XAML UserControl x Class xmlns http winfx 2006 xaml presentation xmlns x http winfx 2006 xaml Rectangle x Name myRectangle MouseLeftButtonDown MyRectangle_MouseLeftButtonDown Fill Red Width 100 Height 100 UserControl Please purchase PDF Split-Merge on to remove this watermark. Input Events 119 You can define this event handler in your C code behind class namespace RectangleClick public partial class Page UserControl private void MyRectangle_MouseLeftButtonDown object sender MouseButtonEventArgs e Rectangle myRectangle Rectangle sender new SolidColorBrush Alternatively you can connect an event handler programmatically in your constructor namespace .

TỪ KHÓA LIÊN QUAN
TAILIEUCHUNG - Chia sẻ tài liệu không giới hạn
Địa chỉ : 444 Hoang Hoa Tham, Hanoi, Viet Nam
Website : tailieuchung.com
Email : tailieuchung20@gmail.com
Tailieuchung.com là thư viện tài liệu trực tuyến, nơi chia sẽ trao đổi hàng triệu tài liệu như luận văn đồ án, sách, giáo trình, đề thi.
Chúng tôi không chịu trách nhiệm liên quan đến các vấn đề bản quyền nội dung tài liệu được thành viên tự nguyện đăng tải lên, nếu phát hiện thấy tài liệu xấu hoặc tài liệu có bản quyền xin hãy email cho chúng tôi.
Đã phát hiện trình chặn quảng cáo AdBlock
Trang web này phụ thuộc vào doanh thu từ số lần hiển thị quảng cáo để tồn tại. Vui lòng tắt trình chặn quảng cáo của bạn hoặc tạm dừng tính năng chặn quảng cáo cho trang web này.