HtmlInputFile.Size Property
.NET Framework 3.0
Gets or sets the width of the text box in which the file path is entered.
Namespace: System.Web.UI.HtmlControls
Assembly: System.Web (in system.web.dll)
Assembly: System.Web (in system.web.dll)
/** @property */ public int get_Size () /** @property */ public void set_Size (int value)
public function get Size () : int public function set Size (value : int)
Not applicable.
Property Value
The width of the file-path text box. The default value is -1, which indicates that the property has not been set.Community Additions
ADD
Show: