ListBox.Text Property
Gets or searches for the text of the currently selected item in the ListBox.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
When the value of this property is set to a string value, the ListBox searches for the item within the ListBox that matches the specified text and selects the item. You can also use this property to determine which items are currently selected in the ListBox. If the SelectionMode property of the ListBox is set to SelectionMode.MultiExtended, this property returns the text of the first selected item. If the SelectionMode property of the ListBox is not set to SelectionMode.None, this property returns the text of the first selected item.
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows XP SP2 x64 Edition, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Listbox1.Text.All but it gives me an error:
Argument not specified for the parameter 'predicate' of extension method 'Public function All(predicate as System.Func(of Char.Boolean)) As Boolean' defined in 'System.Linq.Enumerabl'.
Any thoughts?
- 4/27/2011
- brian x