S.N
|
Properties
|
Description
|
1
|
The button
that's automatically activated when you press Enter, no matter which control
has the focus at the time. Usually the OK button on a form is set as
AcceptButton for a form.
|
|
2
|
The button that's
automatically activated when you hit the Esc key.
Usually, the
Cancel button on a form is set as CancelButton for a form.
|
|
3
|
This
Boolean property determines whether the controls you place on the form are
automatically scaled to the height of the current font. The default value of
this property is True. This is a property of the form, but it affects the
controls on the form.
|
|
4
|
This
Boolean property indicates whether scroll bars will be automatically attached
to the form if it is resized to a point that not all its controls are
visible.
|
|
5
|
This
property lets you specify the minimum size of the form, before the scroll
bars are attached.
|
|
6
|
The
AutoScrollPosition is the number of pixels by which the two scroll bars were
displaced from their initial locations.
|
|
7
|
Sets the
form background color.
|
|
8
|
The
BorderStyle property determines the style of the form's border and the
appearance of the form:
|
|
9
|
By default,
this property is True and you can set it to False to hide the icon and
disable the Control menu.
|
|
10
|
If True,
allows the form to respond to mouse and keyboard events; if False, disables
form.
|
|
11
|
This
property specify font type, style, size
|
|
12
|
Determines
whether a Help button should be displayed in the caption box of the form.
|
|
13
|
This is the
height of the Form in pixels.
|
|
14
|
By default,
this property is True and you can set it to False to hide the Minimize button
on the title bar.
|
|
15
|
By default,
this property is True and you can set it to False to hide the Maximize button
on the title bar.
|
|
16
|
This
specifies the minimum height and width of the window you can minimize.
|
|
17
|
This
specifies the maximum height and width of the window you maximize.
|
|
18
|
This is the
actual name of the form.
|
|
19
|
This
property determines the initial position of the form when it's first
displayed. It will have any of the following values:
|
|
20
|
The text,
which will appear at the title bar of the form.
|
|
21
|
These two
properties set or return the coordinates of the form's top-left corner in
pixels.
|
|
22
|
This
property is a True/False value that lets you specify whether the form will
remain on top of all other forms in your application. Its default property is
False.
|
|
23
|
This is the
width of the form in pixel.
|
AutoScrollPosition
BackColor
Text
Top, Left
TopMost
MinimizeBox
|
BorderStyle
MaximizeBox
MinimumSize
Width
AutoScrollMinSize
|
AcceptButton
Font
HelpButton
Height
MaximumSize
Name
|
StartPosition
CancelButton
AutoScale
AutoScroll
ControlBox
Enabled
|