ESRI.ArcGIS.ADF.Tasks
InputWidth Property
See Also 
ESRI.ArcGIS.ADF.Tasks Namespace > SearchAttributesTask Class : InputWidth Property




The width of the text box in which the user enters the value to search.

Syntax

Visual Basic (Declaration) 
<BindableAttribute(True)>
<PersistenceModeAttribute()>
<BrowsableAttribute(True)>
<ResCategoryAttribute("SearchTask")>
<ResDescriptionAttribute("The width of the text box that the search string is entered into.")>
<DefaultValueAttribute()>
Public Property InputWidth As Unit
Visual Basic (Usage)Copy Code
Dim instance As SearchAttributesTask
Dim value As Unit
 
instance.InputWidth = value
 
value = instance.InputWidth
C# 
[BindableAttribute(true)]
[PersistenceModeAttribute()]
[BrowsableAttribute(true)]
[ResCategoryAttribute("SearchTask")]
[ResDescriptionAttribute("The width of the text box that the search string is entered into.")]
[DefaultValueAttribute()]
public Unit InputWidth {get; set;}

See Also

© 2010 All Rights Reserved.