HtmlInputFile::Size Property
.NET Framework (current version)
Gets or sets the width of the text box in which the file path is entered.
Assembly: System.Web (in System.Web.dll)
Property Value
Type: System::Int32The width of the file-path text box. The default value is -1, which indicates that the property has not been set.
Use this property to specify the width of the text box in which to enter the file path.
The following code example demonstrates how to use the Size property to specify the width of the text box in which the user enters the file path. For this example to work properly, you need to create a directory called Temp on your computer's drive C.
.NET Framework
Available since 1.1
Available since 1.1
Show: