ESRI.ArcGIS.ADF.Tasks
InputWidth Property
See Also  Send Feedback
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(Bindable=True, Direction=BindingDirection.OneWay)>
<PersistenceModeAttribute(PersistenceMode.Attribute)>
<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(Bindable=true, Direction=BindingDirection.OneWay)]
[PersistenceModeAttribute(PersistenceMode.Attribute)]
[BrowsableAttribute(true)]
[ResCategoryAttribute("SearchTask")]
[ResDescriptionAttribute("The width of the text box that the search string is entered into.")]
[DefaultValueAttribute()]
public Unit InputWidth {get; set;}

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2011 All Rights Reserved.