Gets or sets the width of the file-path text box that the browser displays when the HtmlInputFile control is used on a page.
[Visual Basic] Public Property Size As Integer [C#] public int Size {get; set;} [C++] public: __property int get_Size(); public: __property void set_Size(int); [JScript] public function get Size() : int; public function set Size(int);
The width of the file-path text box.
HtmlInputFile Class | HtmlInputFile Members | System.Web.UI.HtmlControls Namespace