| Property | Description |
| ID | Unique name of the control on the form. |
| AccessKey | Key on the keyboard when pressed in conjuction with the ALT key will shift focus to this control. |
| BackColor | Colour of background where the chosen file is displayed. |
| BorderColor | Colour of border of control. |
| BorderStyle | Style of border of the control can be Dotted, Dashed, None, etc. |
| BorderWidth | Width of the border of the control. |
| CssClass | Element name in the CSS file that corresponds with the presentation of the control. |
| Enabled | Whether the user can access and use the control or not. |
| EnableTheming | In brief, theming is equivalent to CSS files but the presentation is added to the control before the HTML is sent to the client. |
| EnableViewState | ViewState is true automatically, this feature allows you to turn off the Viewstate property for this control. |
| Font-Bold | Is the text in the file box bold? |
| Font-Italic | Is the text in the file box |
| Font-Names | Fonts to be used in the control, if the first doesn't exist use the second. |
| Font-Overline | Is the text in the file box to have an overline |
| Font-Size | Size of the font in the file box |
| Font-Strikeout | Is the text in the file box to be struck out. |
| Font-Underline | Is the text in the file box to be underlined. |
| ForeColor | Colour of the font in the file box. |
| Height | Height of the control. |
| runat | Always server |
| SkinID | Item in the relevent SKIN file that dictates what the control is to look like. |
| TabIndex | At what point when presssing the tab key will this control get focus. |
| ToolTip | When you hover over the control, a small tool tip will appear describing the control. |
| Visible | Whether the control is visible or invisible. |
| Width | Width of control either in Pixels or Percentage. |
*Comments are the views of individuals, they may or may not be correct.
All comments are reviewed and accepted or rejected.
If you give an email address, you will be sent an email when someone makes a comment on this page.*