AutoCompleteState.ListBox Property
Namespace: Microsoft.TeamFoundation.Controls.WPF
Assembly: Microsoft.TeamFoundation.Controls (in Microsoft.TeamFoundation.Controls.dll)
Syntax
'Declaration
Public Property ListBox As ListBox
public ListBox ListBox { get; set; }
public:
property ListBox^ ListBox {
ListBox^ get ();
void set (ListBox^ value);
}
member ListBox : ListBox with get, set
function get ListBox () : ListBox
function set ListBox (value : ListBox)
Property Value
Type: System.Windows.Controls.ListBox
Returns ListBox.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.