group 3 Flashcards
is like a container for holding different control that allows the user to interact with an application
form
Using the form, we can…
build a attractive user interface
form properties (20)
form properties:
BackColor
BackgroundImage
Cursor
AllowDrop
Font
Locked
FormBorderStyle
Text
MinimizeBox
IsMDIChild
Autoscroll
MaximizeBox
MaximumSize
Language
AcceptButton
Top, Left
Name
MinimumSize
Enabled
TopMost
used to set the background color for the form
form property:: BackColor
used to set the background image of the form.
form property:: BackgroundImage
used to set the cursor image when it hovers over the form
form property:: Cursor
allows whether to drag and drop on the form
form property:: AllowDrop
used to get or set the font used in a form
form property:: Font
determines whether the form is locked or not.
form property:: Locked
used to set or get border style in a form.
form property:: FormBorderStyle
used to set the title for a form window
form property:: Text
used to display the minimum option on the title bar of the form
form property:: MinimizeBox
used to authenticate whether a form is a container of a Multiple Document Interface (MDI) child form
form property:: IsMDIChild
allows whether to enable auto-scrolling in a form
form property:: Autoscroll
used to display the maximum option on the title bar of the form
form property:: MaximizeBox