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

C.7 EVENT DATA

This table shows the Windows Forms classes derived from the System.EventArgs class that are covered in the book. The complete list of Windows Forms event classes is available in the .NET documentation. This table simply serves as a quick index to those that are represented in the text.

EventArgs class

Covered in

 

 

CancelEventArgs

Section 8.2.2, page 235

ColumnClickEventArgs

Section 14.3.3, page 458

DragEventArgs

.NET Table 18.4, page 623

DrawItemEventArgs

.NET Table 4.4, page 119

KeyEventArgs

.NET Table 12.2, page 386

KeyPressEventArgs

.NET Table 12.1, page 384

LabelEditEventArgs

.NET Table 14.7, page 469

LinkLabelLinkClickedEventArgs

Section 18.4.1, page 626

MeasureItemEventArgs

.NET Table 10.7, page 346

MouseEventArgs

.NET Table 12.3, page 389

NodeLabelEditEventArgs

.NET Table 15.5, page 517

PaintEventArgs

.NET Table 7.3, page 205

PrintPageEventArgs

.NET Table 18.1, page 607

QueryContinueDragEventArgs

Section 18.3.1, page 620

StatusBarDrawItemEventArgs

Section 4.4.1, page 118

ToolBarButtonClickEventArgs

Section 13.3.1, page 420

TreeViewCancelEventArgs

.NET Table 15.4, page 502

TreeViewEventArgs

Section 15.3.3, page 501

 

 

C.8 ENUMERATIONS

This table shows the enumerations defined in the Windows Forms namespace that are covered in the book. The complete list of Windows Forms enumerations is available in the .NET documentation. This table simply serves as a quick index to those that are represented in the text.

Enumeration

Covered in

 

 

AnchorStyles

.NET Table 1.3, page 30

BorderStyle

Section 2.2.3, page 48

CheckState

Section 9.3.5, page 304

ColumnHeaderStyle

Section 14.2, page 443

 

 

688

APPENDIX C VISUAL INDEX

Enumeration (continued)

Covered in (continued)

 

 

ComboBoxStyle

.NET Table 10.5, page 336

ControlStyles

.NET Table 7.4, page 210

DateTimePickerFormat

.NET Table 11.4, page 369

DialogResult

.NET Table 8.2, page 230

DockStyle

.NET Table 1.4, page 32

DragDropEffects

Section 18.3.1, page 620

DrawItemState

Section 10.5.3, page 348

DrawMode

.NET Table 10.6, page 346

FlatStyle

Section 9.2.2, page 277

FormBorderStyle

Section 8.3.3, page 240

FormWindowState

.NET Table 16.2, page 553

ItemActivation

.NET Table 14.8, page 472

Keys

Section 12.1.2, page 386

MdiLayout

.NET Table 16.3, page 558

MenuMerge

.NET Table 16.1, page 536

MessageBoxButtons

.NET Table 8.1, page 226

MessageBoxDefaultButton

.NET Table 8.1, page 226

MessageBoxIcon

.NET Table 8.1, page 226

MessageBoxOptions

.NET Table 8.1, page 226

MonthCalendar.HitArea

.NET Table 11.6, page 381

MouseButtons

Section 12.2.1, page 388

Orientation

Section 18.2.1, page 612

PictureBoxSizeMode

Section 3.4.1, page 89

SelectionMode

.NET Table 10.3, page 328

Shortcut

Section 3.2.3, page 79

SortOrder

Section 14.3.3, page 458

StatusBarPanelAutoSize

Section 4.3.1, page 111

StatusBarPanelBorderStyle

Section 4.3.1, page 111

StatusBarPanelStyle

Section 4.3.1, page 111

TabAlignment

Section 11.2.2, page 363

ToolBarButtonStyle

.NET Table 13.3, page 415

TreeViewAction

Section 15.3.3, page 501

View

.NET Table 14.1, page 440

 

 

ENUMERATIONS

689

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