Добавил:
Upload Опубликованный материал нарушает ваши авторские права? Сообщите нам.
Вуз: Предмет: Файл:
C# ПІДРУЧНИКИ / c# / Manning - Windows.forms.programming.with.c#.pdf
Скачиваний:
108
Добавлен:
12.02.2016
Размер:
14.98 Mб
Скачать

C.2 MARSHAL BY REFERENCE OBJECTS

Figure C.2 The MarshalByRefObject class represents an object that is marshaled by reference. This figure shows the complete set of Windows Forms classes derived from the System.MarshalByRefObject class.

MARSHAL BY REFERENCE OBJECTS

683

C.3 COMPONENTS

Figure C.3 The Component class represents an object that is marshaled by reference and can exist within a container. This figure shows the complete set of Windows Forms classes derived from the System.ComponentModel.Component class.

684

APPENDIX C VISUAL INDEX

C.4 COMMON DIALOGS

Figure C.4 The CommonDialog class represents a component that provides a standard interface for common functionality required by Windows Forms applications. This figure shows the complete set of Windows Forms classes derived from the System.Windows.Forms.CommonDialog class.

COMMON DIALOGS

685

C.5

CONTROLS (PART 1)

Figure C.5 The Windows Forms Control class represents a component with a visual representation on the Windows desktop. This and the following figure show the complete set of Windows Forms classes derived from the System.Windows.Forms.Control class.

686

APPENDIX C VISUAL INDEX

C.6

CONTROLS (PART 2)

Figure C.6 The Windows Forms Control class represents a component with a visual representation on the Windows desktop. This and the preceding figure show the complete set of Windows Forms classes derived from the System.Windows.Forms.Control class.

CONTROLS (PART 2)

687

Соседние файлы в папке c#