| Property | Description |
| AllowDrop | Indicates if the form can accept data that the user drags and drops into it |
| Anchor | Gets/Sets which edges of the control are anchored |
| BackColor | Gets/Sets the background color for the form |
| BackgroundImage | Get/Sets the background image in the form |
| Bottom | Gets the distance bewteen the bottom of the control and the top of its container client area |
| Bounds | Gets/Sets the controls bounding rectangle |
| CanFocus | Returns a value specifying if the control can recieve focus |
| CanSelect | Returns a value specifying if the control can be selected |
| Capture | Gets/Sets a value specifying if the control has captured the mouse |
| CausesValidation | Gets/Sets a value specfying if the control causes validation for all controls that require validation |
| ContainsFocus | Returns a value specifying if the control has the input focus |
| ContextMenu | Gets/Sets the shortcut menu for the control |
| Controls | Gets/Sets the collection of controls contained within the control |
| Cursor | Gets/Sets the cursor to be displayed when the user moves the mouse over the form |
| DataBindings | Gets the data bindings for the control |
| Dock | Gets/Sets which edge of the parent a control is docked to |
| Enabled | Gets/Sets a value indicating if the control is enabled |
| Focused | Returns a value specifying if the control has input focus |
| Font | Gets/Sets the font for the control |
| ForeColor | Gets/Sets the foreground color of the control |
| HasChildren | Returns a value specifying if the control contains child controls |
| Height | Gets/Sets the height of the control |
| Left | Gets/Sets the x-coordinates of a control's left edge in pixels |
| Location | Gets/Sets the co-ordinates of the upper-left corner of the control |
| Name | Gets/Sets name for the control |
| Parent | Gets/Sets the control's parent container |
| Right | Returns the distance between the right edge of the control and the left edge of it's container |
| RightToLeft | Gets/Sets the value indicating if the alignment of the control's elements is reversed to support right-to-left fonts |
| Size | Gets/Sets size of the control in pixels |
| TabIndex | Gets/Sets the tab order of this control in its container |
| TabStop | Gets/Sets a value specifying if the user can tab to this control with the tab key |
| Tag | Gets/Sets an object that contains data about the control |
| Text | Gets/Sets the text for this control |
| Top | Gets/Sets the top coordinates of the control |
| Visible | Gets/Sets a value specifying if the control is visible |
| Width | Gets/Sets the width of the control |