The Form type exposes the following members.

Properties

  NameDescription
Public propertyActiveChild
Gets/Sets the control that is currently focused inside the container
(Inherited from Container.)
Public propertyAutoScroll
Form will automatically display scrollbars as needed when true
Public propertyBackColor
Gets/Sets background color
Public propertyBackgroundImage
Gets/Sets background image
Public propertyBackgroundImageScaleMode
Gets/Sets scale mode for background image
Public propertyCanFocus
Gets the controls ability to receive focus
(Inherited from Control.)
Public propertyCanRender
Gets the containers ability to be rendered
(Inherited from Container.)
Public propertyChildren
Gets an array of children
(Inherited from Container.)
Public propertyDisposing
Gets the disposing state of the control
(Inherited from Control.)
Public propertyEnabled
Gets/Sets the enabled state of the control
(Inherited from Control.)
Public propertyFocused
Gets if the control is currently focused
(Inherited from Control.)
Public propertyHeight
Height cannot be set on a Form; attempting to do so will throw an exception
(Overrides Control..::..Height.)
Protected propertyInternalSuspended
Allows internally direct access to the Suspended flag of the control
(Inherited from Control.)
Public propertyLastTouch
Gets the coordinates of the last point touched
(Inherited from Control.)
Public propertyLeft
Gets the absolute X position of the control accounting for parental offsets
(Inherited from Control.)
Public propertyLocation
Gets or sets the location of the control
(Inherited from Control.)
Public propertyName
Gets the name of the control
(Inherited from Control.)
Public propertyParent
Forms do not have parents, attempting to set one will throw an exception
(Overrides Control..::..Parent.)
Public propertyScreenBounds
Gets the exact location of the control in pixels on the screen
(Inherited from Control.)
Public propertySuspended
Gets/Sets the suspended state
(Inherited from Control.)
Public propertyTag
Gets or sets a user defined tag for the control
(Inherited from Control.)
Public propertyTop
Gets the absolute Y position of the control accounting for parental offsets
(Inherited from Control.)
Public propertyTopLevelContainer (Overrides Container..::..TopLevelContainer.)
Public propertyTouching
Gets the current touch state of the control
(Inherited from Control.)
Public propertyVisible
Forms are not allowed to be invisible; attempting to change setting will throw exception
(Overrides Control..::..Visible.)
Public propertyWidth
Width cannot be set on a Form; attempting to do so will throw an exception
(Overrides Control..::..Width.)
Public propertyX
X must always be 0; attempting to change setting will throw exception
(Overrides Control..::..X.)
Public propertyY
Y must always be 0; attempting to change setting will throw exception
(Overrides Control..::..Y.)

See Also