By Jesse Liberty, Dan Hurwitz
Price: $49.95 USD
£35.50 GBP
Cover | Table of Contents | Colophon
http://www.apian.com) dual-headed graphics
adapter.
) on the Standard Toolbar.|
Event
|
Event data
|
Description
|
|---|---|---|
|
KeyDown
|
KeyEventArgs
|
Raised when a key is pressed. The KeyDown event occurs prior to the
KeyPress event.
|
|
KeyPress
|
KeyPressEventArgs
|
Raised when a character generating key is pressed. The KeyPress event
occurs after the KeyDown event and before the KeyUp event.
|
|
KeyUp
|
KeyEventArgs
|
Raised when a key is released.
|
|
Property
|
Value type
|
Description
|
|---|---|---|
|
AcceptButton
|
IButtonControl
|
Gets or sets the button on a form that is clicked when the user
presses Enter, irrespective of which control actually has focus.
|
|
ActiveForm
|
Form
|
Static property (shared in VB.NET) that gets the currently active
form. Returns
null (Nothing in
VB.NET) if there is no active form. |
|
ActiveMdiChild
|
Form
|
Gets currently active MDI child. Returns
null
(Nothing in VB.NET) if there is no active form.
Allows operations on MDI child forms from MDI parent form, or
determination if any open MDI child forms. |
|
AutoScroll
|
Boolean
|
If set
true, the default, scrollbars will
automatically display if any controls are outside the
form's client region. |
|
BackColor
|
Color
|
|
Property
|
|---|