# Wijmo_Input.Listbox

## Content

<div class="content__tsd">
						<div style="display:flex;justify-content:space-between;align-items:center">
							<h1>
								ListBox Class
							</h1>
						</div>
						<section class="tsd-comment">
							<div class="tsd-comment">
								<div class="lead">
									<p>The <a href="wijmo_input.listbox.html">ListBox</a> control displays a list of items which may contain
										plain text or HTML, and allows users to select items with the mouse
									or the keyboard.</p>
								</div>
								<p>Use the <a href="wijmo_input.listbox.html#selectedindex">ListBox.selectedIndex</a> property to determine which item
								is currently selected.</p>
								<p>You can populate a <a href="wijmo_input.listbox.html">ListBox</a> using an array of strings or you can
									use an array of objects, in which case the <a href="wijmo_input.listbox.html#displaymemberpath">ListBox.displayMemberPath</a>
								property determines which object property is displayed on the list.</p>
								<p>To display items that contain HTML rather than plain text, set the
								<a href="wijmo_input.listbox.html#iscontenthtml">ListBox.isContentHtml</a> property to true.</p>
								<p>The <a href="wijmo_input.listbox.html">ListBox</a> control supports the following keyboard commands:</p>
								<table>
									<thead>
										<tr><th>Key Combination</th><th>Action</th></tr>
									</thead>
									<tbody>
										<tr><td>Up/Down</td><td>Select the previous/next item</td></tr>
										<tr><td>PageUp/Down</td><td>Select the item one page above or below the selection</td></tr>
										<tr><td>Home/End</td><td>Select the first/last items</td></tr>
										<tr><td>Space</td><td>Toggle the checkbox in the current item (see the <a href="wijmo_input.listbox.html#checkedmemberpath">checkedMemberPath</a> property)</td></tr>
										<tr><td>Other characters</td><td>Search for items that contain the text typed (multi-character auto-search)</td></tr>
									</tbody>
								</table>
								<p>The example below creates a <a href="wijmo_input.listbox.html">ListBox</a> control and populates it using
									a 'countries' array. The control updates its <a href="wijmo_input.listbox.html#selectedindex">ListBox.selectedIndex</a>
								and <a href="wijmo_input.listbox.html#selecteditem">ListBox.selectedItem</a> properties as the user moves the selection.</p>
								<p><a href="/wijmo/demos/Input/ListBox/Overview/purejs" target="_blank">Example</a></p>
							</div>
						</section>
						<section class="tsd-type-parameters">
							<h3>Type parameters</h3>
							<ul class="tsd-type-parameters">
								<li>
									<h4>T</h4>
								</li>
							</ul>
						</section>
						<section class="tsd-hierarchy">
							<h3>Heirarchy</h3>
							<ul class="tsd-hierarchy">
								<li>
									<a href="wijmo.control.html" class="tsd-signature-type">Control</a>
									<ul class="tsd-hierarchy">
										<li>
											<span class="target">ListBox</span>
											<ul class="tsd-hierarchy">
												<li>
													<a href="wijmo_angular2_input.wjlistbox.html" class="tsd-signature-type">WjListBox</a>
												</li>
											</ul>
										</li>
									</ul>
								</li>
							</ul>
						</section>
						<section class="tsd-index-group">
							<section class="tsd-index-panel">
								<div class="tsd-index-content">
									<section class="tsd-index-section ">
										<div class="title">
											<div class="gc_api_tree-item_icon_img_wrapper">
												<div class="gc_api_tree-item_icon_img" data-expand="true">
												</div>
											</div>
											<h3>
												Constructors
											</h3>
										</div>
										<ul class="tsd-index-list">
											<li class="tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite"><a href="wijmo_input.listbox.html#constructor" class="tsd-kind-icon">constructor</a></li>
										</ul>
									</section>
									<section class="tsd-index-section ">
										<div class="title">
											<div class="gc_api_tree-item_icon_img_wrapper">
												<div class="gc_api_tree-item_icon_img" data-expand="true">
												</div>
											</div>
											<h3>
												Properties
											</h3>
										</div>
										<ul class="tsd-index-list">
											<li class="tsd-kind-property tsd-parent-kind-class"><a href="wijmo_input.listbox.html#arialabelledby" class="tsd-kind-icon">aria<wbr>Labelled<wbr>By</a></li>
											<li class="tsd-kind-property tsd-parent-kind-class"><a href="wijmo_input.listbox.html#casesensitivesearch" class="tsd-kind-icon">case<wbr>Sensitive<wbr>Search</a></li>
											<li class="tsd-kind-property tsd-parent-kind-class"><a href="wijmo_input.listbox.html#checkeditems" class="tsd-kind-icon">checked<wbr>Items</a></li>
											<li class="tsd-kind-property tsd-parent-kind-class"><a href="wijmo_input.listbox.html#checkedmemberpath" class="tsd-kind-icon">checked<wbr>Member<wbr>Path</a></li>
											<li class="tsd-kind-property tsd-parent-kind-class"><a href="wijmo_input.listbox.html#collectionview" class="tsd-kind-icon">collection<wbr>View</a></li>
											<li class="tsd-kind-property tsd-parent-kind-class"><a href="wijmo_input.listbox.html#displaymemberpath" class="tsd-kind-icon">display<wbr>Member<wbr>Path</a></li>
											<li class="tsd-kind-property tsd-parent-kind-class tsd-is-inherited"><a href="wijmo_input.listbox.html#hostelement" class="tsd-kind-icon">host<wbr>Element</a></li>
											<li class="tsd-kind-property tsd-parent-kind-class"><a href="wijmo_input.listbox.html#iscontenthtml" class="tsd-kind-icon">is<wbr>Content<wbr>Html</a></li>
											<li class="tsd-kind-property tsd-parent-kind-class tsd-is-inherited"><a href="wijmo_input.listbox.html#isdisabled" class="tsd-kind-icon">is<wbr>Disabled</a></li>
											<li class="tsd-kind-property tsd-parent-kind-class tsd-is-inherited"><a href="wijmo_input.listbox.html#istouching" class="tsd-kind-icon">is<wbr>Touching</a></li>
											<li class="tsd-kind-property tsd-parent-kind-class tsd-is-inherited"><a href="wijmo_input.listbox.html#isupdating" class="tsd-kind-icon">is<wbr>Updating</a></li>
											<li class="tsd-kind-property tsd-parent-kind-class"><a href="wijmo_input.listbox.html#itemformatter" class="tsd-kind-icon">item<wbr>Formatter</a></li>
											<li class="tsd-kind-property tsd-parent-kind-class"><a href="wijmo_input.listbox.html#itemrole" class="tsd-kind-icon">item<wbr>Role</a></li>
											<li class="tsd-kind-property tsd-parent-kind-class"><a href="wijmo_input.listbox.html#itemssource" class="tsd-kind-icon">items<wbr>Source</a></li>
											<li class="tsd-kind-property tsd-parent-kind-class"><a href="wijmo_input.listbox.html#maxheight" class="tsd-kind-icon">max<wbr>Height</a></li>
											<li class="tsd-kind-property tsd-parent-kind-class tsd-is-inherited"><a href="wijmo_input.listbox.html#righttoleft" class="tsd-kind-icon">right<wbr>ToLeft</a></li>
											<li class="tsd-kind-property tsd-parent-kind-class"><a href="wijmo_input.listbox.html#selectedindex" class="tsd-kind-icon">selected<wbr>Index</a></li>
											<li class="tsd-kind-property tsd-parent-kind-class"><a href="wijmo_input.listbox.html#selecteditem" class="tsd-kind-icon">selected<wbr>Item</a></li>
											<li class="tsd-kind-property tsd-parent-kind-class"><a href="wijmo_input.listbox.html#selectedvalue" class="tsd-kind-icon">selected<wbr>Value</a></li>
											<li class="tsd-kind-property tsd-parent-kind-class"><a href="wijmo_input.listbox.html#selectedvaluepath" class="tsd-kind-icon">selected<wbr>Value<wbr>Path</a></li>
											<li class="tsd-kind-property tsd-parent-kind-class"><a href="wijmo_input.listbox.html#showgroups" class="tsd-kind-icon">show<wbr>Groups</a></li>
											<li class="tsd-kind-property tsd-parent-kind-class tsd-is-inherited"><a href="wijmo_input.listbox.html#taborder" class="tsd-kind-icon">tab<wbr>Order</a></li>
											<li class="tsd-kind-property tsd-parent-kind-class"><a href="wijmo_input.listbox.html#virtualizationthreshold" class="tsd-kind-icon">virtualization<wbr>Threshold</a></li>
										</ul>
									</section>
									<section class="tsd-index-section ">
										<div class="title">
											<div class="gc_api_tree-item_icon_img_wrapper">
												<div class="gc_api_tree-item_icon_img" data-expand="true">
												</div>
											</div>
											<h3>
												Methods
											</h3>
										</div>
										<ul class="tsd-index-list">
											<li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a href="wijmo_input.listbox.html#addeventlistener" class="tsd-kind-icon">add<wbr>Event<wbr>Listener</a></li>
											<li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a href="wijmo_input.listbox.html#applytemplate" class="tsd-kind-icon">apply<wbr>Template</a></li>
											<li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a href="wijmo_input.listbox.html#beginupdate" class="tsd-kind-icon">begin<wbr>Update</a></li>
											<li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a href="wijmo_input.listbox.html#containsfocus" class="tsd-kind-icon">contains<wbr>Focus</a></li>
											<li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a href="wijmo_input.listbox.html#deferupdate" class="tsd-kind-icon">defer<wbr>Update</a></li>
											<li class="tsd-kind-method tsd-parent-kind-class tsd-is-overwrite"><a href="wijmo_input.listbox.html#dispose" class="tsd-kind-icon">dispose</a></li>
											<li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a href="wijmo_input.listbox.html#endupdate" class="tsd-kind-icon">end<wbr>Update</a></li>
											<li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a href="wijmo_input.listbox.html#focus" class="tsd-kind-icon">focus</a></li>
											<li class="tsd-kind-method tsd-parent-kind-class"><a href="wijmo_input.listbox.html#getdisplaytext" class="tsd-kind-icon">get<wbr>Display<wbr>Text</a></li>
											<li class="tsd-kind-method tsd-parent-kind-class"><a href="wijmo_input.listbox.html#getdisplayvalue" class="tsd-kind-icon">get<wbr>Display<wbr>Value</a></li>
											<li class="tsd-kind-method tsd-parent-kind-class"><a href="wijmo_input.listbox.html#getitemchecked" class="tsd-kind-icon">get<wbr>Item<wbr>Checked</a></li>
											<li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a href="wijmo_input.listbox.html#gettemplate" class="tsd-kind-icon">get<wbr>Template</a></li>
											<li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a href="wijmo_input.listbox.html#hasownproperty" class="tsd-kind-icon">has<wbr>Own<wbr>Property</a></li>
											<li class="tsd-kind-method tsd-parent-kind-class"><a href="wijmo_input.listbox.html#indexof" class="tsd-kind-icon">index<wbr>Of</a></li>
											<li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a href="wijmo_input.listbox.html#initialize" class="tsd-kind-icon">initialize</a></li>
											<li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a href="wijmo_input.listbox.html#invalidate" class="tsd-kind-icon">invalidate</a></li>
											<li class="tsd-kind-method tsd-parent-kind-class"><a href="wijmo_input.listbox.html#isitemenabled" class="tsd-kind-icon">is<wbr>Item<wbr>Enabled</a></li>
											<li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a href="wijmo_input.listbox.html#isprototypeof" class="tsd-kind-icon">is<wbr>Prototype<wbr>Of</a></li>
											<li class="tsd-kind-method tsd-parent-kind-class"><a href="wijmo_input.listbox.html#loadlist" class="tsd-kind-icon">load<wbr>List</a></li>
											<li class="tsd-kind-method tsd-parent-kind-class"><a href="wijmo_input.listbox.html#oncheckeditemschanged" class="tsd-kind-icon">on<wbr>Checked<wbr>Items<wbr>Changed</a></li>
											<li class="tsd-kind-method tsd-parent-kind-class"><a href="wijmo_input.listbox.html#onformatitem" class="tsd-kind-icon">on<wbr>Format<wbr>Item</a></li>
											<li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a href="wijmo_input.listbox.html#ongotfocus" class="tsd-kind-icon">on<wbr>Got<wbr>Focus</a></li>
											<li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a href="wijmo_input.listbox.html#oninvalidinput" class="tsd-kind-icon">on<wbr>Invalid<wbr>Input</a></li>
											<li class="tsd-kind-method tsd-parent-kind-class"><a href="wijmo_input.listbox.html#onitemchecked" class="tsd-kind-icon">on<wbr>Item<wbr>Checked</a></li>
											<li class="tsd-kind-method tsd-parent-kind-class"><a href="wijmo_input.listbox.html#onitemschanged" class="tsd-kind-icon">on<wbr>Items<wbr>Changed</a></li>
											<li class="tsd-kind-method tsd-parent-kind-class"><a href="wijmo_input.listbox.html#onloadeditems" class="tsd-kind-icon">on<wbr>Loaded<wbr>Items</a></li>
											<li class="tsd-kind-method tsd-parent-kind-class"><a href="wijmo_input.listbox.html#onloadingitems" class="tsd-kind-icon">on<wbr>Loading<wbr>Items</a></li>
											<li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a href="wijmo_input.listbox.html#onlostfocus" class="tsd-kind-icon">on<wbr>Lost<wbr>Focus</a></li>
											<li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a href="wijmo_input.listbox.html#onrefreshed" class="tsd-kind-icon">on<wbr>Refreshed</a></li>
											<li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a href="wijmo_input.listbox.html#onrefreshing" class="tsd-kind-icon">on<wbr>Refreshing</a></li>
											<li class="tsd-kind-method tsd-parent-kind-class"><a href="wijmo_input.listbox.html#onselectedindexchanged" class="tsd-kind-icon">on<wbr>Selected<wbr>Index<wbr>Changed</a></li>
											<li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a href="wijmo_input.listbox.html#propertyisenumerable" class="tsd-kind-icon">property<wbr>IsEnumerable</a></li>
											<li class="tsd-kind-method tsd-parent-kind-class tsd-is-overwrite"><a href="wijmo_input.listbox.html#refresh" class="tsd-kind-icon">refresh</a></li>
											<li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a href="wijmo_input.listbox.html#removeeventlistener" class="tsd-kind-icon">remove<wbr>Event<wbr>Listener</a></li>
											<li class="tsd-kind-method tsd-parent-kind-class"><a href="wijmo_input.listbox.html#setitemchecked" class="tsd-kind-icon">set<wbr>Item<wbr>Checked</a></li>
											<li class="tsd-kind-method tsd-parent-kind-class"><a href="wijmo_input.listbox.html#showselection" class="tsd-kind-icon">show<wbr>Selection</a></li>
											<li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a href="wijmo_input.listbox.html#tolocalestring" class="tsd-kind-icon">to<wbr>Locale<wbr>String</a></li>
											<li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a href="wijmo_input.listbox.html#tostring" class="tsd-kind-icon">to<wbr>String</a></li>
											<li class="tsd-kind-method tsd-parent-kind-class"><a href="wijmo_input.listbox.html#toggleitemchecked" class="tsd-kind-icon">toggle<wbr>Item<wbr>Checked</a></li>
											<li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a href="wijmo_input.listbox.html#valueof" class="tsd-kind-icon">value<wbr>Of</a></li>
											<li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-static"><a href="wijmo_input.listbox.html#disposeall" class="tsd-kind-icon">dispose<wbr>All</a></li>
											<li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-static"><a href="wijmo_input.listbox.html#getcontrol" class="tsd-kind-icon">get<wbr>Control</a></li>
											<li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-static"><a href="wijmo_input.listbox.html#invalidateall" class="tsd-kind-icon">invalidate<wbr>All</a></li>
											<li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-static"><a href="wijmo_input.listbox.html#refreshall" class="tsd-kind-icon">refresh<wbr>All</a></li>
										</ul>
									</section>
									<section class="tsd-index-section ">
										<div class="title">
											<div class="gc_api_tree-item_icon_img_wrapper">
												<div class="gc_api_tree-item_icon_img" data-expand="true">
												</div>
											</div>
											<h3>
												Events
											</h3>
										</div>
										<ul class="tsd-index-list">
											<li class="tsd-kind-event tsd-parent-kind-class"><a href="wijmo_input.listbox.html#checkeditemschanged" class="tsd-kind-icon">checked<wbr>Items<wbr>Changed</a></li>
											<li class="tsd-kind-event tsd-parent-kind-class"><a href="wijmo_input.listbox.html#formatitem" class="tsd-kind-icon">format<wbr>Item</a></li>
											<li class="tsd-kind-event tsd-parent-kind-class tsd-is-inherited"><a href="wijmo_input.listbox.html#gotfocus" class="tsd-kind-icon">got<wbr>Focus</a></li>
											<li class="tsd-kind-event tsd-parent-kind-class tsd-is-inherited"><a href="wijmo_input.listbox.html#invalidinput" class="tsd-kind-icon">invalid<wbr>Input</a></li>
											<li class="tsd-kind-event tsd-parent-kind-class"><a href="wijmo_input.listbox.html#itemchecked" class="tsd-kind-icon">item<wbr>Checked</a></li>
											<li class="tsd-kind-event tsd-parent-kind-class"><a href="wijmo_input.listbox.html#itemschanged" class="tsd-kind-icon">items<wbr>Changed</a></li>
											<li class="tsd-kind-event tsd-parent-kind-class"><a href="wijmo_input.listbox.html#loadeditems" class="tsd-kind-icon">loaded<wbr>Items</a></li>
											<li class="tsd-kind-event tsd-parent-kind-class"><a href="wijmo_input.listbox.html#loadingitems" class="tsd-kind-icon">loading<wbr>Items</a></li>
											<li class="tsd-kind-event tsd-parent-kind-class tsd-is-inherited"><a href="wijmo_input.listbox.html#lostfocus" class="tsd-kind-icon">lost<wbr>Focus</a></li>
											<li class="tsd-kind-event tsd-parent-kind-class tsd-is-inherited"><a href="wijmo_input.listbox.html#refreshed" class="tsd-kind-icon">refreshed</a></li>
											<li class="tsd-kind-event tsd-parent-kind-class tsd-is-inherited"><a href="wijmo_input.listbox.html#refreshing" class="tsd-kind-icon">refreshing</a></li>
											<li class="tsd-kind-event tsd-parent-kind-class"><a href="wijmo_input.listbox.html#selectedindexchanged" class="tsd-kind-icon">selected<wbr>Index<wbr>Changed</a></li>
										</ul>
									</section>
								</div>
							</section>
						</section>
						<section class="tsd-panel-group tsd-member-group ">
							<h2>Constructors</h2>
							<section class="tsd-panel tsd-member tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite">
								<a name="constructor" class="tsd-anchor"></a>
								<h3>constructor</h3>
								<ul class="tsd-signatures tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite">
									<li class="tsd-signature tsd-kind-icon">new <wbr>List<wbr>Box<span class="tsd-signature-symbol">(</span>element<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">any</span>, options<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><a href="wijmo_input.listbox.html" class="tsd-signature-type">ListBox</a></li>
								</ul>
								<ul class="tsd-descriptions">
									<li class="tsd-description">
										<aside class="tsd-sources">
											<p>Overrides <a href="wijmo.control.html">Control</a>.<a href="wijmo.control.html#constructor">constructor</a></p>
										</aside>
										<div class="tsd-comment">
											<div class="lead">
												<p>Initializes a new instance of the <a href="wijmo_input.listbox.html">ListBox</a> class.</p>
											</div>
										</div>
										<h4 class="tsd-parameters-title">Parameters</h4>
										<ul class="tsd-parameters">
											<li>
												<h5>element: <span class="tsd-signature-type">any</span></h5>
												<div class="tsd-comment">
													<div class="lead">
														<p>The DOM element that hosts the control, or a CSS selector for the host element (e.g. '#theCtrl').</p>
													</div>
												</div>
											</li>
											<li>
												<h5><span class="tsd-flag ts-flagOptional">Optional</span> options: <span class="tsd-signature-type">any</span></h5>
												<div class="tsd-comment">
													<div class="lead">
														<p>The JavaScript object containing initialization data for the control.</p>
													</div>
												</div>
											</li>
										</ul>
										<h4 class="tsd-returns-title">Returns <a href="wijmo_input.listbox.html" class="tsd-signature-type">ListBox</a></h4>
									</li>
								</ul>
							</section>
						</section>
						<section class="tsd-panel-group tsd-member-group ">
							<h2>Properties</h2>
							<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class">
								<a name="arialabelledby" class="tsd-anchor"></a>
								<h3>ariaLabelledBy</h3>
								<div class="tsd-signature tsd-kind-icon">aria<wbr>Labelled<wbr>By<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div>
								<aside class="tsd-sources">
								</aside>
								<div class="tsd-comment">
									<div class="lead">
										<p>Gets or sets the aria-labelledby attribute of <a href="wijmo_input.listbox.html">ListBox</a> input element.</p>
									</div>
								</div>
							</section>
							<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class">
								<a name="casesensitivesearch" class="tsd-anchor"></a>
								<h3>caseSensitiveSearch</h3>
								<div class="tsd-signature tsd-kind-icon">case<wbr>Sensitive<wbr>Search<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">boolean</span></div>
								<aside class="tsd-sources">
								</aside>
								<div class="tsd-comment">
									<div class="lead">
										<p>Gets or sets a value that determines whether searches performed
										while the user types should case-sensitive.</p>
									</div>
									<p>The default value for this property is <strong>false</strong>.</p>
								</div>
							</section>
							<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class">
								<a name="checkeditems" class="tsd-anchor"></a>
								<h3>checkedItems</h3>
								<div class="tsd-signature tsd-kind-icon">checked<wbr>Items<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">[]</span></div>
								<aside class="tsd-sources">
								</aside>
								<div class="tsd-comment">
									<div class="lead">
										<p>Gets or sets an array containing the items that are currently checked.</p>
									</div>
									<p>Setting this property does not change the value of the
									<a href="wijmo_input.listbox.html#selectedindex">selectedIndex</a> property.</p>
								</div>
							</section>
							<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class">
								<a name="checkedmemberpath" class="tsd-anchor"></a>
								<h3>checkedMemberPath</h3>
								<div class="tsd-signature tsd-kind-icon">checked<wbr>Member<wbr>Path<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div>
								<aside class="tsd-sources">
								</aside>
								<div class="tsd-comment">
									<div class="lead">
										<p>Gets or sets the name of the property used to control
										check boxes placed next to each item.</p>
									</div>
									<p>Use this property to create multi-select ListBoxes.</p>
									<p>When an item is checked or unchecked, the control raises the
									<a href="wijmo_input.listbox.html#itemchecked">itemChecked</a> event.</p>
									<p>Use the <a href="wijmo_input.listbox.html#selecteditem">selectedItem</a> property to retrieve the item that
										was checked or unchecked, or use the <a href="wijmo_input.listbox.html#checkeditems">checkedItems</a> property
									to retrieve the list of items that are currently checked.</p>
									<p>The default value for this property is the empty string <strong>''</strong>.</p>
								</div>
							</section>
							<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class">
								<a name="collectionview" class="tsd-anchor"></a>
								<h3>collectionView</h3>
								<div class="tsd-signature tsd-kind-icon">collection<wbr>View<span class="tsd-signature-symbol">:</span> <a href="../interfaces/wijmo.icollectionview.html" class="tsd-signature-type">ICollectionView</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">T</span><span class="tsd-signature-symbol">&gt;</span></div>
								<aside class="tsd-sources">
								</aside>
								<div class="tsd-comment">
									<div class="lead">
										<p>Gets the <a href="../interfaces/wijmo.icollectionview.html">ICollectionView</a> object used as the item source.</p>
									</div>
								</div>
							</section>
							<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class">
								<a name="displaymemberpath" class="tsd-anchor"></a>
								<h3>displayMemberPath</h3>
								<div class="tsd-signature tsd-kind-icon">display<wbr>Member<wbr>Path<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div>
								<aside class="tsd-sources">
								</aside>
								<div class="tsd-comment">
									<div class="lead">
										<p>Gets or sets the name of the property to use as the visual
										representation of the items.</p>
									</div>
									<p>The default value for this property is the empty string <strong>''</strong>.</p>
								</div>
							</section>
							<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class tsd-is-inherited">
								<a name="hostelement" class="tsd-anchor"></a>
								<h3>hostElement</h3>
								<div class="tsd-signature tsd-kind-icon">host<wbr>Element<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">HTMLElement</span></div>
								<aside class="tsd-sources">
									<p>Inherited from <a href="wijmo.control.html">Control</a>.<a href="wijmo.control.html#hostelement">hostElement</a></p>
								</aside>
								<div class="tsd-comment">
									<div class="lead">
										<p>Gets the DOM element that is hosting the control.</p>
									</div>
								</div>
							</section>
							<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class">
								<a name="iscontenthtml" class="tsd-anchor"></a>
								<h3>isContentHtml</h3>
								<div class="tsd-signature tsd-kind-icon">is<wbr>Content<wbr>Html<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">boolean</span></div>
								<aside class="tsd-sources">
								</aside>
								<div class="tsd-comment">
									<div class="lead">
										<p>Gets or sets a value indicating whether items contain plain
										text or HTML.</p>
									</div>
									<p>The default value for this property is <strong>false</strong>.</p>
								</div>
							</section>
							<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class tsd-is-inherited">
								<a name="isdisabled" class="tsd-anchor"></a>
								<h3>isDisabled</h3>
								<div class="tsd-signature tsd-kind-icon">is<wbr>Disabled<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">boolean</span></div>
								<aside class="tsd-sources">
									<p>Inherited from <a href="wijmo.control.html">Control</a>.<a href="wijmo.control.html#isdisabled">isDisabled</a></p>
								</aside>
								<div class="tsd-comment">
									<div class="lead">
										<p>Gets or sets a value that determines whether the control is disabled.</p>
									</div>
									<p>Disabled controls cannot get mouse or keyboard events.</p>
								</div>
							</section>
							<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class tsd-is-inherited">
								<a name="istouching" class="tsd-anchor"></a>
								<h3>isTouching</h3>
								<div class="tsd-signature tsd-kind-icon">is<wbr>Touching<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">boolean</span></div>
								<aside class="tsd-sources">
									<p>Inherited from <a href="wijmo.control.html">Control</a>.<a href="wijmo.control.html#istouching">isTouching</a></p>
								</aside>
								<div class="tsd-comment">
									<div class="lead">
										<p>Gets a value that indicates whether the control is currently handling
										a touch event.</p>
									</div>
								</div>
							</section>
							<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class tsd-is-inherited">
								<a name="isupdating" class="tsd-anchor"></a>
								<h3>isUpdating</h3>
								<div class="tsd-signature tsd-kind-icon">is<wbr>Updating<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">boolean</span></div>
								<aside class="tsd-sources">
									<p>Inherited from <a href="wijmo.control.html">Control</a>.<a href="wijmo.control.html#isupdating">isUpdating</a></p>
								</aside>
								<div class="tsd-comment">
									<div class="lead">
										<p>Gets a value that indicates whether the control is currently being updated.</p>
									</div>
								</div>
							</section>
							<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class">
								<a name="itemformatter" class="tsd-anchor"></a>
								<h3>itemFormatter</h3>
								<div class="tsd-signature tsd-kind-icon">item<wbr>Formatter<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">IItemFormatter</span></div>
								<aside class="tsd-sources">
								</aside>
								<div class="tsd-comment">
									<div class="lead">
										<p>Gets or sets a function used to customize the values shown on
										the list.</p>
									</div>
									<p>The function takes two arguments, the item index and the default
									text or html, and returns the new text or html to display.</p>
									<p>If the formatting function needs a scope (i.e. a meaningful
										'this' value), then remember to set the filter using the 'bind'
									function to specify the 'this' object. For example:</p>
									<pre><code class="language-typescript">listBox.itemFormatter = customItemFormatter.bind(<span class="hljs-keyword">this</span>);
<span class="hljs-function"><span class="hljs-keyword">function</span> <span class="hljs-title">customItemFormatter</span>(<span class="hljs-params">index, content</span>) </span>{
    <span class="hljs-keyword">if</span> (<span class="hljs-keyword">this</span>.makeItemBold(index)) {
        content = <span class="hljs-string">'&amp;lt;b&amp;gt;'</span> + content + <span class="hljs-string">'&amp;lt;/b&amp;gt;'</span>;
    }
    <span class="hljs-keyword">return</span> content;
}</code></pre>
								</div>
							</section>
							<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class">
								<a name="itemrole" class="tsd-anchor"></a>
								<h3>itemRole</h3>
								<div class="tsd-signature tsd-kind-icon">item<wbr>Role<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div>
								<aside class="tsd-sources">
								</aside>
								<div class="tsd-comment">
									<div class="lead">
										<p>Gets or sets the value or the "role" attribute added to the
										list items.</p>
									</div>
									<p>The default value for this property is the string <strong>"option"</strong>.</p>
								</div>
							</section>
							<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class">
								<a name="itemssource" class="tsd-anchor"></a>
								<h3>itemsSource</h3>
								<div class="tsd-signature tsd-kind-icon">items<wbr>Source<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">any</span></div>
								<aside class="tsd-sources">
								</aside>
								<div class="tsd-comment">
									<div class="lead">
										<p>Gets or sets the array or <a href="../interfaces/wijmo.icollectionview.html">ICollectionView</a> object that contains
										the list items.</p>
									</div>
								</div>
							</section>
							<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class">
								<a name="maxheight" class="tsd-anchor"></a>
								<h3>maxHeight</h3>
								<div class="tsd-signature tsd-kind-icon">max<wbr>Height<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">number</span></div>
								<aside class="tsd-sources">
								</aside>
								<div class="tsd-comment">
									<div class="lead">
										<p>Gets or sets the maximum height of the list (in pixels).</p>
									</div>
									<p>The default value for this property is <strong>null</strong>, which
									means the <a href="wijmo_input.listbox.html">ListBox</a> has no maximum height limit.</p>
								</div>
							</section>
							<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class tsd-is-inherited">
								<a name="righttoleft" class="tsd-anchor"></a>
								<h3>rightToLeft</h3>
								<div class="tsd-signature tsd-kind-icon">right<wbr>ToLeft<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">boolean</span></div>
								<aside class="tsd-sources">
									<p>Inherited from <a href="wijmo.control.html">Control</a>.<a href="wijmo.control.html#righttoleft">rightToLeft</a></p>
								</aside>
								<div class="tsd-comment">
									<div class="lead">
										<p>Gets a value indicating whether the control is hosted in an element
										with right-to-left layout.</p>
									</div>
								</div>
							</section>
							<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class">
								<a name="selectedindex" class="tsd-anchor"></a>
								<h3>selectedIndex</h3>
								<div class="tsd-signature tsd-kind-icon">selected<wbr>Index<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">number</span></div>
								<aside class="tsd-sources">
								</aside>
								<div class="tsd-comment">
									<div class="lead">
										<p>Gets or sets the index of the currently selected item.</p>
									</div>
								</div>
							</section>
							<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class">
								<a name="selecteditem" class="tsd-anchor"></a>
								<h3>selectedItem</h3>
								<div class="tsd-signature tsd-kind-icon">selected<wbr>Item<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">any</span></div>
								<aside class="tsd-sources">
								</aside>
								<div class="tsd-comment">
									<div class="lead">
										<p>Gets or sets the item that is currently selected.</p>
									</div>
								</div>
							</section>
							<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class">
								<a name="selectedvalue" class="tsd-anchor"></a>
								<h3>selectedValue</h3>
								<div class="tsd-signature tsd-kind-icon">selected<wbr>Value<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">any</span></div>
								<aside class="tsd-sources">
								</aside>
								<div class="tsd-comment">
									<div class="lead">
										<p>Gets or sets the value of the <a href="wijmo_input.listbox.html#selecteditem">selectedItem</a> obtained using
										the <a href="wijmo_input.listbox.html#selectedvaluepath">selectedValuePath</a>.</p>
									</div>
								</div>
							</section>
							<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class">
								<a name="selectedvaluepath" class="tsd-anchor"></a>
								<h3>selectedValuePath</h3>
								<div class="tsd-signature tsd-kind-icon">selected<wbr>Value<wbr>Path<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div>
								<aside class="tsd-sources">
								</aside>
								<div class="tsd-comment">
									<div class="lead">
										<p>Gets or sets the name of the property used to get the
										<a href="wijmo_input.listbox.html#selectedvalue">selectedValue</a> from the <a href="wijmo_input.listbox.html#selecteditem">selectedItem</a>.</p>
									</div>
									<p>The default value for this property is the empty string <strong>''</strong>.</p>
								</div>
							</section>
							<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class">
								<a name="showgroups" class="tsd-anchor"></a>
								<h3>showGroups</h3>
								<div class="tsd-signature tsd-kind-icon">show<wbr>Groups<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">boolean</span></div>
								<aside class="tsd-sources">
								</aside>
								<div class="tsd-comment">
									<div class="lead">
										<p>Gets or sets a value that determines whether the <a href="wijmo_input.listbox.html">ListBox</a> should
										include group header items to delimit data groups.</p>
									</div>
									<p>Data groups are created by modifying the <a href="../interfaces/wijmo.icollectionview.html#groupdescriptions">ICollectionView.groupDescriptions</a>
									property of the <a href="../interfaces/wijmo.icollectionview.html">ICollectionView</a> object used as an <a href="wijmo_input.listbox.html#itemssource">itemsSource</a>.</p>
									<p>The <a href="wijmo_input.listbox.html">ListBox</a> only shows the first level of grouping.</p>
									<p>The default value for this property is <strong>false</strong>.</p>
								</div>
							</section>
							<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class tsd-is-inherited">
								<a name="taborder" class="tsd-anchor"></a>
								<h3>tabOrder</h3>
								<div class="tsd-signature tsd-kind-icon">tab<wbr>Order<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">number</span></div>
								<aside class="tsd-sources">
									<p>Inherited from <a href="wijmo.control.html">Control</a>.<a href="wijmo.control.html#taborder">tabOrder</a></p>
								</aside>
								<div class="tsd-comment">
									<div class="lead">
										<p>Gets or sets a value of the <strong>tabindex</strong> attribute associated with the control.</p>
									</div>
									<p><strong>tabindex</strong> attribute value can be defined statically for a Wijmo control by specifying it
										on the control's host HTML element. But this value can't be changed later during application
										lifecycle, because Wijmo controls have complex structure, and the control may need to propagate
									this attribute value to its internal element to work properly.</p>
									<p>Because of this, to read or change control's <strong>tabindex</strong> dynamically, you should do it using
									this property.</p>
								</div>
							</section>
							<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class">
								<a name="virtualizationthreshold" class="tsd-anchor"></a>
								<h3>virtualizationThreshold</h3>
								<div class="tsd-signature tsd-kind-icon">virtualization<wbr>Threshold<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">number</span></div>
								<aside class="tsd-sources">
								</aside>
								<div class="tsd-comment">
									<div class="lead">
										<p>Gets or sets the minimum number of rows and/or columns required to enable
										virtualization.</p>
									</div>
									<p>When the <a href="wijmo_input.listbox.html">ListBox</a> is virtualized, only the items that are currently
										visible are added to the DOM. This makes a huge difference in performance
									when the <a href="wijmo_input.listbox.html">ListBox</a> contains a large number of items (say 1,000 or so).</p>
									<p>The default value for this property is a very big number, meaning virtualization is
									disabled. To enable virtualization, set its value to 0 or a positive number.</p>
									<p>Virtualization assumes a vertically stacked layout, so it is automatically
										disabled if the <a href="wijmo_input.listbox.html">ListBox</a> uses a multi-column display (such as a
									flexbox or grid layout).</p>
								</div>
							</section>
						</section>
						<section class="tsd-panel-group tsd-member-group ">
							<h2>Methods</h2>
							<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
								<a name="addeventlistener" class="tsd-anchor"></a>
								<h3>addEventListener</h3>
								<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
									<li class="tsd-signature tsd-kind-icon">add<wbr>Event<wbr>Listener<span class="tsd-signature-symbol">(</span>target<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">EventTarget</span>, type<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span>, fn<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">any</span>, capture<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">boolean</span>, passive<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">void</span></li>
								</ul>
								<ul class="tsd-descriptions">
									<li class="tsd-description">
										<aside class="tsd-sources">
											<p>Inherited from <a href="wijmo.control.html">Control</a>.<a href="wijmo.control.html#addeventlistener">addEventListener</a></p>
										</aside>
										<div class="tsd-comment">
											<div class="lead">
												<p>Adds an event listener to an element owned by this <a href="wijmo.control.html">Control</a>.</p>
											</div>
											<p>The control keeps a list of attached listeners and their handlers,
												making it easier to remove them when the control is disposed (see the
											<a href="wijmo_input.listbox.html#dispose">dispose</a> and <a href="wijmo_input.listbox.html#removeeventlistener">removeEventListener</a> methods).</p>
											<p>Failing to remove event listeners may cause memory leaks.</p>
											<p>The <b>passive</b> parameter is set to false by default, which means
												the event handler may call <b>event.preventDefault()</b>.
												If you are adding passive handlers to touch or wheel events, setting
											this parameter to true will improve application performance.</p>
											<p>For details on passive event listeners, please see
											<a target="_blank" href="https://developer.mozilla.org/en-US/docs/Web/API/EventTarget/addEventListener#Improving_scrolling_performance_with_passive_listeners">Improving scrolling performance with passive listeners</a>.</p>
										</div>
										<h4 class="tsd-parameters-title">Parameters</h4>
										<ul class="tsd-parameters">
											<li>
												<h5>target: <span class="tsd-signature-type">EventTarget</span></h5>
												<div class="tsd-comment">
													<p>Target element for the event.</p>
												</div>
											</li>
											<li>
												<h5>type: <span class="tsd-signature-type">string</span></h5>
												<div class="tsd-comment">
													<p>String that specifies the event.</p>
												</div>
											</li>
											<li>
												<h5>fn: <span class="tsd-signature-type">any</span></h5>
												<div class="tsd-comment">
													<p>Function to execute when the event occurs.</p>
												</div>
											</li>
											<li>
												<h5><span class="tsd-flag ts-flagOptional">Optional</span> capture: <span class="tsd-signature-type">boolean</span></h5>
												<div class="tsd-comment">
													<p>Whether the listener should be handled by the control before it is handled by the target element.</p>
												</div>
											</li>
											<li>
												<h5><span class="tsd-flag ts-flagOptional">Optional</span> passive: <span class="tsd-signature-type">boolean</span></h5>
												<div class="tsd-comment">
													<p>Indicates that the handler will never call <b>preventDefault()</b>.</p>
												</div>
											</li>
										</ul>
										<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4>
									</li>
								</ul>
							</section>
							<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
								<a name="applytemplate" class="tsd-anchor"></a>
								<h3>applyTemplate</h3>
								<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
									<li class="tsd-signature tsd-kind-icon">apply<wbr>Template<span class="tsd-signature-symbol">(</span>classNames<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span>, template<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span>, parts<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">Object</span>, namePart<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">HTMLElement</span></li>
								</ul>
								<ul class="tsd-descriptions">
									<li class="tsd-description">
										<aside class="tsd-sources">
											<p>Inherited from <a href="wijmo.control.html">Control</a>.<a href="wijmo.control.html#applytemplate">applyTemplate</a></p>
										</aside>
										<div class="tsd-comment">
											<div class="lead">
												<p>Applies the template to a new instance of a control, and returns the root element.</p>
											</div>
											<p>This method should be called by constructors of templated controls. Therefore,
												this method is not available.
												It is responsible for binding the template parts to the corresponding control
											members.</p>
											<p>For example, the code below applies a template to an instance of an
												<a href="wijmo_input.inputnumber.html">InputNumber</a> control. The template must contain elements with the
												'wj-part' attribute set to 'input', 'btn-inc', and 'btn-dec'.
												The control members '_tbx', '_btnUp', and '_btnDn' will be assigned
											references to these elements.</p>
											<pre><code class="language-typescript"><span class="hljs-keyword">this</span>.applyTemplate(<span class="hljs-string">'wj-control wj-inputnumber'</span>, templateString, {
  _tbx: <span class="hljs-string">'input'</span>,
  _btnUp: <span class="hljs-string">'btn-inc'</span>,
  _btnDn: <span class="hljs-string">'btn-dec'</span>
}, <span class="hljs-string">'input'</span>);</code></pre>
											<p>@param classNames Names of classes to add to the control's host element.
												@param template An HTML string that defines the control template.
												@param parts A dictionary of part variables and their names.
												@param namePart Name of the part to be named after the host element. This
											determines how the control submits data when used in forms.</p>
										</div>
										<h4 class="tsd-parameters-title">Parameters</h4>
										<ul class="tsd-parameters">
											<li>
												<h5>classNames: <span class="tsd-signature-type">string</span></h5>
											</li>
											<li>
												<h5>template: <span class="tsd-signature-type">string</span></h5>
											</li>
											<li>
												<h5>parts: <span class="tsd-signature-type">Object</span></h5>
											</li>
											<li>
												<h5><span class="tsd-flag ts-flagOptional">Optional</span> namePart: <span class="tsd-signature-type">string</span></h5>
											</li>
										</ul>
										<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">HTMLElement</span></h4>
									</li>
								</ul>
							</section>
							<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
								<a name="beginupdate" class="tsd-anchor"></a>
								<h3>beginUpdate</h3>
								<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
									<li class="tsd-signature tsd-kind-icon">begin<wbr>Update<span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">void</span></li>
								</ul>
								<ul class="tsd-descriptions">
									<li class="tsd-description">
										<aside class="tsd-sources">
											<p>Inherited from <a href="wijmo.control.html">Control</a>.<a href="wijmo.control.html#beginupdate">beginUpdate</a></p>
										</aside>
										<div class="tsd-comment">
											<div class="lead">
												<p>Suspends notifications until the next call to <a href="wijmo_input.listbox.html#endupdate">endUpdate</a>.</p>
											</div>
										</div>
										<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4>
									</li>
								</ul>
							</section>
							<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
								<a name="containsfocus" class="tsd-anchor"></a>
								<h3>containsFocus</h3>
								<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
									<li class="tsd-signature tsd-kind-icon">contains<wbr>Focus<span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">boolean</span></li>
								</ul>
								<ul class="tsd-descriptions">
									<li class="tsd-description">
										<aside class="tsd-sources">
											<p>Inherited from <a href="wijmo.control.html">Control</a>.<a href="wijmo.control.html#containsfocus">containsFocus</a></p>
										</aside>
										<div class="tsd-comment">
											<div class="lead">
												<p>Checks whether this control contains the focused element.</p>
											</div>
										</div>
										<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">boolean</span></h4>
									</li>
								</ul>
							</section>
							<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
								<a name="deferupdate" class="tsd-anchor"></a>
								<h3>deferUpdate</h3>
								<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
									<li class="tsd-signature tsd-kind-icon">defer<wbr>Update<span class="tsd-signature-symbol">(</span>fn<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">Function</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">void</span></li>
								</ul>
								<ul class="tsd-descriptions">
									<li class="tsd-description">
										<aside class="tsd-sources">
											<p>Inherited from <a href="wijmo.control.html">Control</a>.<a href="wijmo.control.html#deferupdate">deferUpdate</a></p>
										</aside>
										<div class="tsd-comment">
											<div class="lead">
												<p>Executes a function within a <a href="wijmo_input.listbox.html#beginupdate">beginUpdate</a>/<a href="wijmo_input.listbox.html#endupdate">endUpdate</a> block.</p>
											</div>
											<p>The control will not be updated until the function has been executed.
												This method ensures <a href="wijmo_input.listbox.html#endupdate">endUpdate</a> is called even if the function throws
											an exception.</p>
										</div>
										<h4 class="tsd-parameters-title">Parameters</h4>
										<ul class="tsd-parameters">
											<li>
												<h5>fn: <span class="tsd-signature-type">Function</span></h5>
												<div class="tsd-comment">
													<p>Function to be executed.</p>
												</div>
											</li>
										</ul>
										<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4>
									</li>
								</ul>
							</section>
							<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-overwrite">
								<a name="dispose" class="tsd-anchor"></a>
								<h3>dispose</h3>
								<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-overwrite">
									<li class="tsd-signature tsd-kind-icon">dispose<span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">void</span></li>
								</ul>
								<ul class="tsd-descriptions">
									<li class="tsd-description">
										<aside class="tsd-sources">
											<p>Overrides <a href="wijmo.control.html">Control</a>.<a href="wijmo.control.html#dispose">dispose</a></p>
										</aside>
										<div class="tsd-comment">
											<div class="lead">
												<p>Disposes of the control and all its resources.</p>
											</div>
											<p>Calling the <a href="wijmo_input.listbox.html#dispose">dispose</a> method is important in applications that create
												and remove controls dynamically. Failing to dispose of the controls may
											cause memory leaks.</p>
										</div>
										<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4>
									</li>
								</ul>
							</section>
							<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
								<a name="endupdate" class="tsd-anchor"></a>
								<h3>endUpdate</h3>
								<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
									<li class="tsd-signature tsd-kind-icon">end<wbr>Update<span class="tsd-signature-symbol">(</span>shouldInvalidate<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">void</span></li>
								</ul>
								<ul class="tsd-descriptions">
									<li class="tsd-description">
										<aside class="tsd-sources">
											<p>Inherited from <a href="wijmo.control.html">Control</a>.<a href="wijmo.control.html#endupdate">endUpdate</a></p>
										</aside>
										<div class="tsd-comment">
											<div class="lead">
												<p>Resumes notifications suspended by calls to <a href="wijmo_input.listbox.html#beginupdate">beginUpdate</a>.</p>
											</div>
										</div>
										<h4 class="tsd-parameters-title">Parameters</h4>
										<ul class="tsd-parameters">
											<li>
												<h5><span class="tsd-flag ts-flagOptional">Optional</span> shouldInvalidate: <span class="tsd-signature-type">boolean</span></h5>
												<div class="tsd-comment">
													<p>should invalidate the control. Default value for this parameter is true.</p>
												</div>
											</li>
										</ul>
										<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4>
									</li>
								</ul>
							</section>
							<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
								<a name="focus" class="tsd-anchor"></a>
								<h3>focus</h3>
								<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
									<li class="tsd-signature tsd-kind-icon">focus<span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">void</span></li>
								</ul>
								<ul class="tsd-descriptions">
									<li class="tsd-description">
										<aside class="tsd-sources">
											<p>Inherited from <a href="wijmo.control.html">Control</a>.<a href="wijmo.control.html#focus">focus</a></p>
										</aside>
										<div class="tsd-comment">
											<div class="lead">
												<p>Sets the focus to this control.</p>
											</div>
										</div>
										<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4>
									</li>
								</ul>
							</section>
							<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class">
								<a name="getdisplaytext" class="tsd-anchor"></a>
								<h3>getDisplayText</h3>
								<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class">
									<li class="tsd-signature tsd-kind-icon">get<wbr>Display<wbr>Text<span class="tsd-signature-symbol">(</span>index<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">number</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span></li>
								</ul>
								<ul class="tsd-descriptions">
									<li class="tsd-description">
										<aside class="tsd-sources">
										</aside>
										<div class="tsd-comment">
											<div class="lead">
												<p>Gets the text displayed for the item at a given index (as plain text).</p>
											</div>
										</div>
										<h4 class="tsd-parameters-title">Parameters</h4>
										<ul class="tsd-parameters">
											<li>
												<h5>index: <span class="tsd-signature-type">number</span></h5>
												<div class="tsd-comment">
													<p>The index of the item in the <a href="wijmo_input.listbox.html#itemssource">itemsSource</a>.</p>
												</div>
											</li>
										</ul>
										<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">string</span></h4>
									</li>
								</ul>
							</section>
							<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class">
								<a name="getdisplayvalue" class="tsd-anchor"></a>
								<h3>getDisplayValue</h3>
								<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class">
									<li class="tsd-signature tsd-kind-icon">get<wbr>Display<wbr>Value<span class="tsd-signature-symbol">(</span>index<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">number</span>, ignoreItemFormatter<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span></li>
								</ul>
								<ul class="tsd-descriptions">
									<li class="tsd-description">
										<aside class="tsd-sources">
										</aside>
										<div class="tsd-comment">
											<div class="lead">
												<p>Gets the string displayed for the item at a given index.</p>
											</div>
											<p>The string may be plain text or HTML, depending on the setting
											of the <a href="wijmo_input.listbox.html#iscontenthtml">isContentHtml</a> property.</p>
										</div>
										<h4 class="tsd-parameters-title">Parameters</h4>
										<ul class="tsd-parameters">
											<li>
												<h5>index: <span class="tsd-signature-type">number</span></h5>
												<div class="tsd-comment">
													<p>The index of the item in the <a href="wijmo_input.listbox.html#itemssource">itemsSource</a>.</p>
												</div>
											</li>
											<li>
												<h5><span class="tsd-flag ts-flagOptional">Optional</span> ignoreItemFormatter: <span class="tsd-signature-type">boolean</span></h5>
											</li>
										</ul>
										<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">string</span></h4>
									</li>
								</ul>
							</section>
							<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class">
								<a name="getitemchecked" class="tsd-anchor"></a>
								<h3>getItemChecked</h3>
								<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class">
									<li class="tsd-signature tsd-kind-icon">get<wbr>Item<wbr>Checked<span class="tsd-signature-symbol">(</span>index<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">number</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">boolean</span></li>
								</ul>
								<ul class="tsd-descriptions">
									<li class="tsd-description">
										<aside class="tsd-sources">
										</aside>
										<div class="tsd-comment">
											<div class="lead">
												<p>Gets the checked state of an item on the list.</p>
											</div>
											<p>This method can be used with multi-select ListBoxes
											(see the <a href="wijmo_input.listbox.html#checkedmemberpath">checkedMemberPath</a> property).</p>
										</div>
										<h4 class="tsd-parameters-title">Parameters</h4>
										<ul class="tsd-parameters">
											<li>
												<h5>index: <span class="tsd-signature-type">number</span></h5>
												<div class="tsd-comment">
													<p>Item index.</p>
												</div>
											</li>
										</ul>
										<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">boolean</span></h4>
									</li>
								</ul>
							</section>
							<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
								<a name="gettemplate" class="tsd-anchor"></a>
								<h3>getTemplate</h3>
								<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
									<li class="tsd-signature tsd-kind-icon">get<wbr>Template<span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span></li>
								</ul>
								<ul class="tsd-descriptions">
									<li class="tsd-description">
										<aside class="tsd-sources">
											<p>Inherited from <a href="wijmo.control.html">Control</a>.<a href="wijmo.control.html#gettemplate">getTemplate</a></p>
										</aside>
										<div class="tsd-comment">
											<div class="lead">
												<p>Gets the HTML template used to create instances of the control.</p>
											</div>
											<p>This method traverses up the class hierarchy to find the nearest
												ancestor that specifies a control template. For example, if you
												specify a prototype for the <a href="wijmo_input.combobox.html">ComboBox</a> control, which does
												not specify a template, it will override the template defined
												by the <a href="wijmo_input.dropdown.html">DropDown</a> base class (the nearest ancestor that does
											specify a template).</p>
										</div>
										<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">string</span></h4>
									</li>
								</ul>
							</section>
							<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
								<a name="hasownproperty" class="tsd-anchor"></a>
								<h3>hasOwnProperty</h3>
								<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
									<li class="tsd-signature tsd-kind-icon">has<wbr>Own<wbr>Property<span class="tsd-signature-symbol">(</span>v<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">PropertyKey</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">boolean</span></li>
								</ul>
								<ul class="tsd-descriptions">
									<li class="tsd-description">
										<aside class="tsd-sources">
											<p>Inherited from Object.hasOwnProperty</p>
										</aside>
										<div class="tsd-comment">
											<div class="lead">
												<p>Determines whether an object has a property with the specified name.</p>
											</div>
										</div>
										<h4 class="tsd-parameters-title">Parameters</h4>
										<ul class="tsd-parameters">
											<li>
												<h5>v: <span class="tsd-signature-type">PropertyKey</span></h5>
												<div class="tsd-comment">
													<p>A property name.</p>
												</div>
											</li>
										</ul>
										<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">boolean</span></h4>
									</li>
								</ul>
							</section>
							<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class">
								<a name="indexof" class="tsd-anchor"></a>
								<h3>indexOf</h3>
								<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class">
									<li class="tsd-signature tsd-kind-icon">index<wbr>Of<span class="tsd-signature-symbol">(</span>e<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">HTMLElement</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">number</span></li>
								</ul>
								<ul class="tsd-descriptions">
									<li class="tsd-description">
										<aside class="tsd-sources">
										</aside>
										<div class="tsd-comment">
											<div class="lead">
												<p>Gets the data index of an element within the list.</p>
											</div>
										</div>
										<h4 class="tsd-parameters-title">Parameters</h4>
										<ul class="tsd-parameters">
											<li>
												<h5>e: <span class="tsd-signature-type">HTMLElement</span></h5>
												<div class="tsd-comment">
													<p>Element to search for.</p>
												</div>
											</li>
										</ul>
										<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">number</span></h4>
										<p>The index of the element in the list, or -1 if the element
										is not a member of the list.</p>
									</li>
								</ul>
							</section>
							<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
								<a name="initialize" class="tsd-anchor"></a>
								<h3>initialize</h3>
								<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
									<li class="tsd-signature tsd-kind-icon">initialize<span class="tsd-signature-symbol">(</span>options<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">void</span></li>
								</ul>
								<ul class="tsd-descriptions">
									<li class="tsd-description">
										<aside class="tsd-sources">
											<p>Inherited from <a href="wijmo.control.html">Control</a>.<a href="wijmo.control.html#initialize">initialize</a></p>
										</aside>
										<div class="tsd-comment">
											<div class="lead">
												<p>Initializes the control by copying the properties from a given object.</p>
											</div>
											<p>This method allows you to initialize controls using plain data objects
											instead of setting the value of each property in code.</p>
											<p>For example:</p>
											<pre><code class="language-typescript">grid.initialize({
  itemsSource: myList,
  autoGenerateColumns: <span class="hljs-literal">false</span>,
  columns: [
    { binding: <span class="hljs-string">'id'</span>, header: <span class="hljs-string">'Code'</span>, width: <span class="hljs-number">130</span> },
    { binding: <span class="hljs-string">'name'</span>, header: <span class="hljs-string">'Name'</span>, width: <span class="hljs-number">60</span> }
  ]
});

<span class="hljs-comment">// is equivalent to</span>
grid.itemsSource = myList;
grid.autoGenerateColumns = <span class="hljs-literal">false</span>;
<span class="hljs-comment">// etc.</span></code></pre>
											<p>The initialization data is type-checked as it is applied. If the
												initialization object contains unknown property names or invalid
											data types, this method will throw.</p>
										</div>
										<h4 class="tsd-parameters-title">Parameters</h4>
										<ul class="tsd-parameters">
											<li>
												<h5>options: <span class="tsd-signature-type">any</span></h5>
												<div class="tsd-comment">
													<p>Object that contains the initialization data.</p>
												</div>
											</li>
										</ul>
										<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4>
									</li>
								</ul>
							</section>
							<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
								<a name="invalidate" class="tsd-anchor"></a>
								<h3>invalidate</h3>
								<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
									<li class="tsd-signature tsd-kind-icon">invalidate<span class="tsd-signature-symbol">(</span>fullUpdate<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">void</span></li>
								</ul>
								<ul class="tsd-descriptions">
									<li class="tsd-description">
										<aside class="tsd-sources">
											<p>Inherited from <a href="wijmo.control.html">Control</a>.<a href="wijmo.control.html#invalidate">invalidate</a></p>
										</aside>
										<div class="tsd-comment">
											<div class="lead">
												<p>Invalidates the control causing an asynchronous refresh.</p>
											</div>
										</div>
										<h4 class="tsd-parameters-title">Parameters</h4>
										<ul class="tsd-parameters">
											<li>
												<h5><span class="tsd-flag ts-flagOptional">Optional</span> fullUpdate: <span class="tsd-signature-type">boolean</span></h5>
												<div class="tsd-comment">
													<p>Whether to update the control layout as well as the content.</p>
												</div>
											</li>
										</ul>
										<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4>
									</li>
								</ul>
							</section>
							<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class">
								<a name="isitemenabled" class="tsd-anchor"></a>
								<h3>isItemEnabled</h3>
								<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class">
									<li class="tsd-signature tsd-kind-icon">is<wbr>Item<wbr>Enabled<span class="tsd-signature-symbol">(</span>index<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">number</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">boolean</span></li>
								</ul>
								<ul class="tsd-descriptions">
									<li class="tsd-description">
										<aside class="tsd-sources">
										</aside>
										<div class="tsd-comment">
											<div class="lead">
												<p>Gets a value that determines whether the item at a given index is enabled.</p>
											</div>
										</div>
										<h4 class="tsd-parameters-title">Parameters</h4>
										<ul class="tsd-parameters">
											<li>
												<h5>index: <span class="tsd-signature-type">number</span></h5>
												<div class="tsd-comment">
													<p>The index of the item in the <a href="wijmo_input.listbox.html#itemssource">itemsSource</a>.</p>
												</div>
											</li>
										</ul>
										<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">boolean</span></h4>
									</li>
								</ul>
							</section>
							<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
								<a name="isprototypeof" class="tsd-anchor"></a>
								<h3>isPrototypeOf</h3>
								<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
									<li class="tsd-signature tsd-kind-icon">is<wbr>Prototype<wbr>Of<span class="tsd-signature-symbol">(</span>v<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">Object</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">boolean</span></li>
								</ul>
								<ul class="tsd-descriptions">
									<li class="tsd-description">
										<aside class="tsd-sources">
											<p>Inherited from Object.isPrototypeOf</p>
										</aside>
										<div class="tsd-comment">
											<div class="lead">
												<p>Determines whether an object exists in another object's prototype chain.</p>
											</div>
										</div>
										<h4 class="tsd-parameters-title">Parameters</h4>
										<ul class="tsd-parameters">
											<li>
												<h5>v: <span class="tsd-signature-type">Object</span></h5>
												<div class="tsd-comment">
													<p>Another object whose prototype chain is to be checked.</p>
												</div>
											</li>
										</ul>
										<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">boolean</span></h4>
									</li>
								</ul>
							</section>
							<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class">
								<a name="loadlist" class="tsd-anchor"></a>
								<h3>loadList</h3>
								<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class">
									<li class="tsd-signature tsd-kind-icon">load<wbr>List<span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">void</span></li>
								</ul>
								<ul class="tsd-descriptions">
									<li class="tsd-description">
										<aside class="tsd-sources">
										</aside>
										<div class="tsd-comment">
											<div class="lead">
												<p>Loads the list with items from the current <a href="wijmo_input.listbox.html#itemssource">itemsSource</a>.</p>
											</div>
										</div>
										<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4>
									</li>
								</ul>
							</section>
							<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class">
								<a name="oncheckeditemschanged" class="tsd-anchor"></a>
								<h3>onCheckedItemsChanged</h3>
								<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class">
									<li class="tsd-signature tsd-kind-icon">on<wbr>Checked<wbr>Items<wbr>Changed<span class="tsd-signature-symbol">(</span>e<span class="tsd-signature-symbol">?: </span><a href="wijmo.eventargs.html" class="tsd-signature-type">EventArgs</a><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">void</span></li>
								</ul>
								<ul class="tsd-descriptions">
									<li class="tsd-description">
										<aside class="tsd-sources">
										</aside>
										<div class="tsd-comment">
											<div class="lead">
												<p>Raises the <a href="wijmo_input.listbox.html#checkeditemschanged">checkedItemsChanged</a> event.</p>
											</div>
										</div>
										<h4 class="tsd-parameters-title">Parameters</h4>
										<ul class="tsd-parameters">
											<li>
												<h5><span class="tsd-flag ts-flagOptional">Optional</span> e: <a href="wijmo.eventargs.html" class="tsd-signature-type">EventArgs</a></h5>
											</li>
										</ul>
										<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4>
									</li>
								</ul>
							</section>
							<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class">
								<a name="onformatitem" class="tsd-anchor"></a>
								<h3>onFormatItem</h3>
								<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class">
									<li class="tsd-signature tsd-kind-icon">on<wbr>Format<wbr>Item<span class="tsd-signature-symbol">(</span>e<span class="tsd-signature-symbol">: </span><a href="wijmo_input.formatitemeventargs.html" class="tsd-signature-type">FormatItemEventArgs</a><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">void</span></li>
								</ul>
								<ul class="tsd-descriptions">
									<li class="tsd-description">
										<aside class="tsd-sources">
										</aside>
										<div class="tsd-comment">
											<div class="lead">
												<p>Raises the <a href="wijmo_input.listbox.html#formatitem">formatItem</a> event.</p>
											</div>
										</div>
										<h4 class="tsd-parameters-title">Parameters</h4>
										<ul class="tsd-parameters">
											<li>
												<h5>e: <a href="wijmo_input.formatitemeventargs.html" class="tsd-signature-type">FormatItemEventArgs</a></h5>
												<div class="tsd-comment">
													<p><a href="wijmo_input.formatitemeventargs.html">FormatItemEventArgs</a> that contains the event data.</p>
												</div>
											</li>
										</ul>
										<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4>
									</li>
								</ul>
							</section>
							<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
								<a name="ongotfocus" class="tsd-anchor"></a>
								<h3>onGotFocus</h3>
								<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
									<li class="tsd-signature tsd-kind-icon">on<wbr>Got<wbr>Focus<span class="tsd-signature-symbol">(</span>e<span class="tsd-signature-symbol">?: </span><a href="wijmo.eventargs.html" class="tsd-signature-type">EventArgs</a><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">void</span></li>
								</ul>
								<ul class="tsd-descriptions">
									<li class="tsd-description">
										<aside class="tsd-sources">
											<p>Inherited from <a href="wijmo.control.html">Control</a>.<a href="wijmo.control.html#ongotfocus">onGotFocus</a></p>
										</aside>
										<div class="tsd-comment">
											<div class="lead">
												<p>Raises the <a href="wijmo_input.listbox.html#gotfocus">gotFocus</a> event.</p>
											</div>
										</div>
										<h4 class="tsd-parameters-title">Parameters</h4>
										<ul class="tsd-parameters">
											<li>
												<h5><span class="tsd-flag ts-flagOptional">Optional</span> e: <a href="wijmo.eventargs.html" class="tsd-signature-type">EventArgs</a></h5>
											</li>
										</ul>
										<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4>
									</li>
								</ul>
							</section>
							<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
								<a name="oninvalidinput" class="tsd-anchor"></a>
								<h3>onInvalidInput</h3>
								<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
									<li class="tsd-signature tsd-kind-icon">on<wbr>Invalid<wbr>Input<span class="tsd-signature-symbol">(</span>e<span class="tsd-signature-symbol">: </span><a href="wijmo.canceleventargs.html" class="tsd-signature-type">CancelEventArgs</a><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">boolean</span></li>
								</ul>
								<ul class="tsd-descriptions">
									<li class="tsd-description">
										<aside class="tsd-sources">
											<p>Inherited from <a href="wijmo.control.html">Control</a>.<a href="wijmo.control.html#oninvalidinput">onInvalidInput</a></p>
										</aside>
										<div class="tsd-comment">
											<div class="lead">
												<p>Raises the <a href="wijmo_input.listbox.html#invalidinput">invalidInput</a> event.</p>
											</div>
											<p>If the event handler cancels the event, the control will keep
											the invalid input and the focus.</p>
										</div>
										<h4 class="tsd-parameters-title">Parameters</h4>
										<ul class="tsd-parameters">
											<li>
												<h5>e: <a href="wijmo.canceleventargs.html" class="tsd-signature-type">CancelEventArgs</a></h5>
											</li>
										</ul>
										<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">boolean</span></h4>
									</li>
								</ul>
							</section>
							<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class">
								<a name="onitemchecked" class="tsd-anchor"></a>
								<h3>onItemChecked</h3>
								<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class">
									<li class="tsd-signature tsd-kind-icon">on<wbr>Item<wbr>Checked<span class="tsd-signature-symbol">(</span>e<span class="tsd-signature-symbol">?: </span><a href="wijmo.eventargs.html" class="tsd-signature-type">EventArgs</a><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">void</span></li>
								</ul>
								<ul class="tsd-descriptions">
									<li class="tsd-description">
										<aside class="tsd-sources">
										</aside>
										<div class="tsd-comment">
											<div class="lead">
												<p>Raises the <a href="wijmo_input.listbox.html#itemchecked">itemChecked</a> event.</p>
											</div>
										</div>
										<h4 class="tsd-parameters-title">Parameters</h4>
										<ul class="tsd-parameters">
											<li>
												<h5><span class="tsd-flag ts-flagOptional">Optional</span> e: <a href="wijmo.eventargs.html" class="tsd-signature-type">EventArgs</a></h5>
											</li>
										</ul>
										<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4>
									</li>
								</ul>
							</section>
							<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class">
								<a name="onitemschanged" class="tsd-anchor"></a>
								<h3>onItemsChanged</h3>
								<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class">
									<li class="tsd-signature tsd-kind-icon">on<wbr>Items<wbr>Changed<span class="tsd-signature-symbol">(</span>e<span class="tsd-signature-symbol">?: </span><a href="wijmo.eventargs.html" class="tsd-signature-type">EventArgs</a><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">void</span></li>
								</ul>
								<ul class="tsd-descriptions">
									<li class="tsd-description">
										<aside class="tsd-sources">
										</aside>
										<div class="tsd-comment">
											<div class="lead">
												<p>Raises the <a href="wijmo_input.listbox.html#itemschanged">itemsChanged</a> event.</p>
											</div>
										</div>
										<h4 class="tsd-parameters-title">Parameters</h4>
										<ul class="tsd-parameters">
											<li>
												<h5><span class="tsd-flag ts-flagOptional">Optional</span> e: <a href="wijmo.eventargs.html" class="tsd-signature-type">EventArgs</a></h5>
											</li>
										</ul>
										<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4>
									</li>
								</ul>
							</section>
							<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class">
								<a name="onloadeditems" class="tsd-anchor"></a>
								<h3>onLoadedItems</h3>
								<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class">
									<li class="tsd-signature tsd-kind-icon">on<wbr>Loaded<wbr>Items<span class="tsd-signature-symbol">(</span>e<span class="tsd-signature-symbol">?: </span><a href="wijmo.eventargs.html" class="tsd-signature-type">EventArgs</a><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">void</span></li>
								</ul>
								<ul class="tsd-descriptions">
									<li class="tsd-description">
										<aside class="tsd-sources">
										</aside>
										<div class="tsd-comment">
											<div class="lead">
												<p>Raises the <a href="wijmo_input.listbox.html#loadeditems">loadedItems</a> event.</p>
											</div>
										</div>
										<h4 class="tsd-parameters-title">Parameters</h4>
										<ul class="tsd-parameters">
											<li>
												<h5><span class="tsd-flag ts-flagOptional">Optional</span> e: <a href="wijmo.eventargs.html" class="tsd-signature-type">EventArgs</a></h5>
											</li>
										</ul>
										<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4>
									</li>
								</ul>
							</section>
							<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class">
								<a name="onloadingitems" class="tsd-anchor"></a>
								<h3>onLoadingItems</h3>
								<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class">
									<li class="tsd-signature tsd-kind-icon">on<wbr>Loading<wbr>Items<span class="tsd-signature-symbol">(</span>e<span class="tsd-signature-symbol">?: </span><a href="wijmo.eventargs.html" class="tsd-signature-type">EventArgs</a><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">void</span></li>
								</ul>
								<ul class="tsd-descriptions">
									<li class="tsd-description">
										<aside class="tsd-sources">
										</aside>
										<div class="tsd-comment">
											<div class="lead">
												<p>Raises the <a href="wijmo_input.listbox.html#loadingitems">loadingItems</a> event.</p>
											</div>
										</div>
										<h4 class="tsd-parameters-title">Parameters</h4>
										<ul class="tsd-parameters">
											<li>
												<h5><span class="tsd-flag ts-flagOptional">Optional</span> e: <a href="wijmo.eventargs.html" class="tsd-signature-type">EventArgs</a></h5>
											</li>
										</ul>
										<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4>
									</li>
								</ul>
							</section>
							<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
								<a name="onlostfocus" class="tsd-anchor"></a>
								<h3>onLostFocus</h3>
								<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
									<li class="tsd-signature tsd-kind-icon">on<wbr>Lost<wbr>Focus<span class="tsd-signature-symbol">(</span>e<span class="tsd-signature-symbol">?: </span><a href="wijmo.eventargs.html" class="tsd-signature-type">EventArgs</a><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">void</span></li>
								</ul>
								<ul class="tsd-descriptions">
									<li class="tsd-description">
										<aside class="tsd-sources">
											<p>Inherited from <a href="wijmo.control.html">Control</a>.<a href="wijmo.control.html#onlostfocus">onLostFocus</a></p>
										</aside>
										<div class="tsd-comment">
											<div class="lead">
												<p>Raises the <a href="wijmo_input.listbox.html#lostfocus">lostFocus</a> event.</p>
											</div>
										</div>
										<h4 class="tsd-parameters-title">Parameters</h4>
										<ul class="tsd-parameters">
											<li>
												<h5><span class="tsd-flag ts-flagOptional">Optional</span> e: <a href="wijmo.eventargs.html" class="tsd-signature-type">EventArgs</a></h5>
											</li>
										</ul>
										<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4>
									</li>
								</ul>
							</section>
							<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
								<a name="onrefreshed" class="tsd-anchor"></a>
								<h3>onRefreshed</h3>
								<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
									<li class="tsd-signature tsd-kind-icon">on<wbr>Refreshed<span class="tsd-signature-symbol">(</span>e<span class="tsd-signature-symbol">?: </span><a href="wijmo.eventargs.html" class="tsd-signature-type">EventArgs</a><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">void</span></li>
								</ul>
								<ul class="tsd-descriptions">
									<li class="tsd-description">
										<aside class="tsd-sources">
											<p>Inherited from <a href="wijmo.control.html">Control</a>.<a href="wijmo.control.html#onrefreshed">onRefreshed</a></p>
										</aside>
										<div class="tsd-comment">
											<div class="lead">
												<p>Raises the <a href="wijmo_input.listbox.html#refreshed">refreshed</a> event.</p>
											</div>
										</div>
										<h4 class="tsd-parameters-title">Parameters</h4>
										<ul class="tsd-parameters">
											<li>
												<h5><span class="tsd-flag ts-flagOptional">Optional</span> e: <a href="wijmo.eventargs.html" class="tsd-signature-type">EventArgs</a></h5>
											</li>
										</ul>
										<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4>
									</li>
								</ul>
							</section>
							<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
								<a name="onrefreshing" class="tsd-anchor"></a>
								<h3>onRefreshing</h3>
								<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
									<li class="tsd-signature tsd-kind-icon">on<wbr>Refreshing<span class="tsd-signature-symbol">(</span>e<span class="tsd-signature-symbol">?: </span><a href="wijmo.eventargs.html" class="tsd-signature-type">EventArgs</a><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">void</span></li>
								</ul>
								<ul class="tsd-descriptions">
									<li class="tsd-description">
										<aside class="tsd-sources">
											<p>Inherited from <a href="wijmo.control.html">Control</a>.<a href="wijmo.control.html#onrefreshing">onRefreshing</a></p>
										</aside>
										<div class="tsd-comment">
											<div class="lead">
												<p>Raises the <a href="wijmo_input.listbox.html#refreshing">refreshing</a> event.</p>
											</div>
										</div>
										<h4 class="tsd-parameters-title">Parameters</h4>
										<ul class="tsd-parameters">
											<li>
												<h5><span class="tsd-flag ts-flagOptional">Optional</span> e: <a href="wijmo.eventargs.html" class="tsd-signature-type">EventArgs</a></h5>
											</li>
										</ul>
										<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4>
									</li>
								</ul>
							</section>
							<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class">
								<a name="onselectedindexchanged" class="tsd-anchor"></a>
								<h3>onSelectedIndexChanged</h3>
								<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class">
									<li class="tsd-signature tsd-kind-icon">on<wbr>Selected<wbr>Index<wbr>Changed<span class="tsd-signature-symbol">(</span>e<span class="tsd-signature-symbol">?: </span><a href="wijmo.eventargs.html" class="tsd-signature-type">EventArgs</a><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">void</span></li>
								</ul>
								<ul class="tsd-descriptions">
									<li class="tsd-description">
										<aside class="tsd-sources">
										</aside>
										<div class="tsd-comment">
											<div class="lead">
												<p>Raises the <a href="wijmo_input.listbox.html#selectedindexchanged">selectedIndexChanged</a> event.</p>
											</div>
										</div>
										<h4 class="tsd-parameters-title">Parameters</h4>
										<ul class="tsd-parameters">
											<li>
												<h5><span class="tsd-flag ts-flagOptional">Optional</span> e: <a href="wijmo.eventargs.html" class="tsd-signature-type">EventArgs</a></h5>
											</li>
										</ul>
										<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4>
									</li>
								</ul>
							</section>
							<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
								<a name="propertyisenumerable" class="tsd-anchor"></a>
								<h3>propertyIsEnumerable</h3>
								<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
									<li class="tsd-signature tsd-kind-icon">property<wbr>IsEnumerable<span class="tsd-signature-symbol">(</span>v<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">PropertyKey</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">boolean</span></li>
								</ul>
								<ul class="tsd-descriptions">
									<li class="tsd-description">
										<aside class="tsd-sources">
											<p>Inherited from Object.propertyIsEnumerable</p>
										</aside>
										<div class="tsd-comment">
											<div class="lead">
												<p>Determines whether a specified property is enumerable.</p>
											</div>
										</div>
										<h4 class="tsd-parameters-title">Parameters</h4>
										<ul class="tsd-parameters">
											<li>
												<h5>v: <span class="tsd-signature-type">PropertyKey</span></h5>
												<div class="tsd-comment">
													<p>A property name.</p>
												</div>
											</li>
										</ul>
										<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">boolean</span></h4>
									</li>
								</ul>
							</section>
							<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-overwrite">
								<a name="refresh" class="tsd-anchor"></a>
								<h3>refresh</h3>
								<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-overwrite">
									<li class="tsd-signature tsd-kind-icon">refresh<span class="tsd-signature-symbol">(</span>fullUpdate<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">void</span></li>
								</ul>
								<ul class="tsd-descriptions">
									<li class="tsd-description">
										<aside class="tsd-sources">
											<p>Overrides <a href="wijmo.control.html">Control</a>.<a href="wijmo.control.html#refresh">refresh</a></p>
										</aside>
										<div class="tsd-comment">
											<div class="lead">
												<p>Refreshes the control.</p>
											</div>
										</div>
										<h4 class="tsd-parameters-title">Parameters</h4>
										<ul class="tsd-parameters">
											<li>
												<h5><span class="tsd-flag ts-flagOptional">Optional</span> fullUpdate: <span class="tsd-signature-type">boolean</span></h5>
												<div class="tsd-comment">
													<p>Whether to update the control layout as well as the content.</p>
												</div>
											</li>
										</ul>
										<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4>
									</li>
								</ul>
							</section>
							<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
								<a name="removeeventlistener" class="tsd-anchor"></a>
								<h3>removeEventListener</h3>
								<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
									<li class="tsd-signature tsd-kind-icon">remove<wbr>Event<wbr>Listener<span class="tsd-signature-symbol">(</span>target<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">EventTarget</span>, type<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">string</span>, fn<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">any</span>, capture<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">number</span></li>
								</ul>
								<ul class="tsd-descriptions">
									<li class="tsd-description">
										<aside class="tsd-sources">
											<p>Inherited from <a href="wijmo.control.html">Control</a>.<a href="wijmo.control.html#removeeventlistener">removeEventListener</a></p>
										</aside>
										<div class="tsd-comment">
											<div class="lead">
												<p>Removes one or more event listeners attached to elements owned by this <a href="wijmo.control.html">Control</a>.</p>
											</div>
										</div>
										<h4 class="tsd-parameters-title">Parameters</h4>
										<ul class="tsd-parameters">
											<li>
												<h5><span class="tsd-flag ts-flagOptional">Optional</span> target: <span class="tsd-signature-type">EventTarget</span></h5>
												<div class="tsd-comment">
													<p>Target element for the event. If null, removes listeners attached to all targets.</p>
												</div>
											</li>
											<li>
												<h5><span class="tsd-flag ts-flagOptional">Optional</span> type: <span class="tsd-signature-type">string</span></h5>
												<div class="tsd-comment">
													<p>String that specifies the event. If null, removes listeners attached to all events.</p>
												</div>
											</li>
											<li>
												<h5><span class="tsd-flag ts-flagOptional">Optional</span> fn: <span class="tsd-signature-type">any</span></h5>
												<div class="tsd-comment">
													<p>Handler to remove. If null, removes all handlers.</p>
												</div>
											</li>
											<li>
												<h5><span class="tsd-flag ts-flagOptional">Optional</span> capture: <span class="tsd-signature-type">boolean</span></h5>
												<div class="tsd-comment">
													<p>Whether the listener is capturing. If null, removes capturing and non-capturing listeners.</p>
												</div>
											</li>
										</ul>
										<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">number</span></h4>
										<p>The number of listeners removed.</p>
									</li>
								</ul>
							</section>
							<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class">
								<a name="setitemchecked" class="tsd-anchor"></a>
								<h3>setItemChecked</h3>
								<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class">
									<li class="tsd-signature tsd-kind-icon">set<wbr>Item<wbr>Checked<span class="tsd-signature-symbol">(</span>index<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">number</span>, checked<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">null</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">void</span></li>
								</ul>
								<ul class="tsd-descriptions">
									<li class="tsd-description">
										<aside class="tsd-sources">
										</aside>
										<div class="tsd-comment">
											<div class="lead">
												<p>Sets the checked state of an item on the list.</p>
											</div>
											<p>This method is applicable only on multi-select ListBoxes
											(see the <a href="wijmo_input.listbox.html#checkedmemberpath">checkedMemberPath</a> property).</p>
											<p>If the checked state of the item changes, the item becomes
											selected.</p>
										</div>
										<h4 class="tsd-parameters-title">Parameters</h4>
										<ul class="tsd-parameters">
											<li>
												<h5>index: <span class="tsd-signature-type">number</span></h5>
												<div class="tsd-comment">
													<p>Item index.</p>
												</div>
											</li>
											<li>
												<h5>checked: <span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">null</span></h5>
												<div class="tsd-comment">
													<p>Item's new checked state.</p>
												</div>
											</li>
										</ul>
										<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4>
									</li>
								</ul>
							</section>
							<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class">
								<a name="showselection" class="tsd-anchor"></a>
								<h3>showSelection</h3>
								<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class">
									<li class="tsd-signature tsd-kind-icon">show<wbr>Selection<span class="tsd-signature-symbol">(</span>setFocus<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">void</span></li>
								</ul>
								<ul class="tsd-descriptions">
									<li class="tsd-description">
										<aside class="tsd-sources">
										</aside>
										<div class="tsd-comment">
											<div class="lead">
												<p>Highlights the selected item and scrolls it into view.</p>
											</div>
										</div>
										<h4 class="tsd-parameters-title">Parameters</h4>
										<ul class="tsd-parameters">
											<li>
												<h5><span class="tsd-flag ts-flagOptional">Optional</span> setFocus: <span class="tsd-signature-type">boolean</span></h5>
												<div class="tsd-comment">
													<p>Whether to set the focus to the list after scrolling
													the selected item into view.</p>
												</div>
											</li>
										</ul>
										<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4>
									</li>
								</ul>
							</section>
							<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
								<a name="tolocalestring" class="tsd-anchor"></a>
								<h3>toLocaleString</h3>
								<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
									<li class="tsd-signature tsd-kind-icon">to<wbr>Locale<wbr>String<span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span></li>
								</ul>
								<ul class="tsd-descriptions">
									<li class="tsd-description">
										<aside class="tsd-sources">
											<p>Inherited from Object.toLocaleString</p>
										</aside>
										<div class="tsd-comment">
											<div class="lead">
												<p>Returns a date converted to a string using the current locale.</p>
											</div>
										</div>
										<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">string</span></h4>
									</li>
								</ul>
							</section>
							<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
								<a name="tostring" class="tsd-anchor"></a>
								<h3>toString</h3>
								<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
									<li class="tsd-signature tsd-kind-icon">to<wbr>String<span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span></li>
								</ul>
								<ul class="tsd-descriptions">
									<li class="tsd-description">
										<aside class="tsd-sources">
											<p>Inherited from Object.toString</p>
										</aside>
										<div class="tsd-comment">
											<div class="lead">
												<p>Returns a string representation of an object.</p>
											</div>
										</div>
										<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">string</span></h4>
									</li>
								</ul>
							</section>
							<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class">
								<a name="toggleitemchecked" class="tsd-anchor"></a>
								<h3>toggleItemChecked</h3>
								<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class">
									<li class="tsd-signature tsd-kind-icon">toggle<wbr>Item<wbr>Checked<span class="tsd-signature-symbol">(</span>index<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">number</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">void</span></li>
								</ul>
								<ul class="tsd-descriptions">
									<li class="tsd-description">
										<aside class="tsd-sources">
										</aside>
										<div class="tsd-comment">
											<div class="lead">
												<p>Toggles the checked state of an item on the list.
													This method is applicable only to multi-select ListBoxes
												(see the <a href="wijmo_input.listbox.html#checkedmemberpath">checkedMemberPath</a> property).</p>
											</div>
										</div>
										<h4 class="tsd-parameters-title">Parameters</h4>
										<ul class="tsd-parameters">
											<li>
												<h5>index: <span class="tsd-signature-type">number</span></h5>
												<div class="tsd-comment">
													<p>Item index.</p>
												</div>
											</li>
										</ul>
										<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4>
									</li>
								</ul>
							</section>
							<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
								<a name="valueof" class="tsd-anchor"></a>
								<h3>valueOf</h3>
								<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
									<li class="tsd-signature tsd-kind-icon">value<wbr>Of<span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">Object</span></li>
								</ul>
								<ul class="tsd-descriptions">
									<li class="tsd-description">
										<aside class="tsd-sources">
											<p>Inherited from Object.valueOf</p>
										</aside>
										<div class="tsd-comment">
											<div class="lead">
												<p>Returns the primitive value of the specified object.</p>
											</div>
										</div>
										<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">Object</span></h4>
									</li>
								</ul>
							</section>
							<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-static">
								<a name="disposeall" class="tsd-anchor"></a>
								<h3><span class="tsd-flag ts-flagStatic">Static</span> disposeAll</h3>
								<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-static">
									<li class="tsd-signature tsd-kind-icon">dispose<wbr>All<span class="tsd-signature-symbol">(</span>e<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">HTMLElement</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">void</span></li>
								</ul>
								<ul class="tsd-descriptions">
									<li class="tsd-description">
										<aside class="tsd-sources">
											<p>Inherited from <a href="wijmo.control.html">Control</a>.<a href="wijmo.control.html#disposeall">disposeAll</a></p>
										</aside>
										<div class="tsd-comment">
											<div class="lead">
												<p>Disposes of all Wijmo controls contained in an HTML element.</p>
											</div>
										</div>
										<h4 class="tsd-parameters-title">Parameters</h4>
										<ul class="tsd-parameters">
											<li>
												<h5><span class="tsd-flag ts-flagOptional">Optional</span> e: <span class="tsd-signature-type">HTMLElement</span></h5>
												<div class="tsd-comment">
													<p>Container element.</p>
												</div>
											</li>
										</ul>
										<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4>
									</li>
								</ul>
							</section>
							<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-static">
								<a name="getcontrol" class="tsd-anchor"></a>
								<h3><span class="tsd-flag ts-flagStatic">Static</span> getControl</h3>
								<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-static">
									<li class="tsd-signature tsd-kind-icon">get<wbr>Control<span class="tsd-signature-symbol">(</span>element<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><a href="wijmo.control.html" class="tsd-signature-type">Control</a></li>
								</ul>
								<ul class="tsd-descriptions">
									<li class="tsd-description">
										<aside class="tsd-sources">
											<p>Inherited from <a href="wijmo.control.html">Control</a>.<a href="wijmo.control.html#getcontrol">getControl</a></p>
										</aside>
										<div class="tsd-comment">
											<div class="lead">
												<p>Gets the control that is hosted in a given DOM element.</p>
											</div>
										</div>
										<h4 class="tsd-parameters-title">Parameters</h4>
										<ul class="tsd-parameters">
											<li>
												<h5>element: <span class="tsd-signature-type">any</span></h5>
												<div class="tsd-comment">
													<p>The DOM element that hosts the control, or a CSS selector for the host element (e.g. '#theCtrl').</p>
												</div>
											</li>
										</ul>
										<h4 class="tsd-returns-title">Returns <a href="wijmo.control.html" class="tsd-signature-type">Control</a></h4>
									</li>
								</ul>
							</section>
							<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-static">
								<a name="invalidateall" class="tsd-anchor"></a>
								<h3><span class="tsd-flag ts-flagStatic">Static</span> invalidateAll</h3>
								<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-static">
									<li class="tsd-signature tsd-kind-icon">invalidate<wbr>All<span class="tsd-signature-symbol">(</span>e<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">HTMLElement</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">void</span></li>
								</ul>
								<ul class="tsd-descriptions">
									<li class="tsd-description">
										<aside class="tsd-sources">
											<p>Inherited from <a href="wijmo.control.html">Control</a>.<a href="wijmo.control.html#invalidateall">invalidateAll</a></p>
										</aside>
										<div class="tsd-comment">
											<div class="lead">
												<p>Invalidates all Wijmo controls contained in an HTML element.</p>
											</div>
											<p>Use this method when your application has dynamic panels that change
												the control's visibility or dimensions. For example, splitters, accordions,
												and tab controls usually change the visibility of its content elements.
												In this case, failing to notify the controls contained in the element
											may cause them to stop working properly.</p>
											<p>If this happens, you must handle the appropriate event in the dynamic
												container and call the <a href="wijmo.control.html#invalidateall">Control.invalidateAll</a> method so the contained
											Wijmo controls will update their layout information properly.</p>
										</div>
										<h4 class="tsd-parameters-title">Parameters</h4>
										<ul class="tsd-parameters">
											<li>
												<h5><span class="tsd-flag ts-flagOptional">Optional</span> e: <span class="tsd-signature-type">HTMLElement</span></h5>
												<div class="tsd-comment">
													<p>Container element. If set to null, all Wijmo controls
													on the page will be invalidated.</p>
												</div>
											</li>
										</ul>
										<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4>
									</li>
								</ul>
							</section>
							<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-static">
								<a name="refreshall" class="tsd-anchor"></a>
								<h3><span class="tsd-flag ts-flagStatic">Static</span> refreshAll</h3>
								<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-static">
									<li class="tsd-signature tsd-kind-icon">refresh<wbr>All<span class="tsd-signature-symbol">(</span>e<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">HTMLElement</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">void</span></li>
								</ul>
								<ul class="tsd-descriptions">
									<li class="tsd-description">
										<aside class="tsd-sources">
											<p>Inherited from <a href="wijmo.control.html">Control</a>.<a href="wijmo.control.html#refreshall">refreshAll</a></p>
										</aside>
										<div class="tsd-comment">
											<div class="lead">
												<p>Refreshes all Wijmo controls contained in an HTML element.</p>
											</div>
											<p>This method is similar to <a href="wijmo_input.listbox.html#invalidateall">invalidateAll</a>, except the controls
											are updated immediately rather than after an interval.</p>
										</div>
										<h4 class="tsd-parameters-title">Parameters</h4>
										<ul class="tsd-parameters">
											<li>
												<h5><span class="tsd-flag ts-flagOptional">Optional</span> e: <span class="tsd-signature-type">HTMLElement</span></h5>
												<div class="tsd-comment">
													<p>Container element. If set to null, all Wijmo controls
													on the page will be invalidated.</p>
												</div>
											</li>
										</ul>
										<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4>
									</li>
								</ul>
							</section>
						</section>
						<section class="tsd-panel-group tsd-member-group ">
							<h2>Events</h2>
							<section class="tsd-panel tsd-member tsd-kind-event tsd-parent-kind-class">
								<a name="checkeditemschanged" class="tsd-anchor"></a>
								<h3>checkedItemsChanged</h3>
								<div class="tsd-signature tsd-kind-icon">checked<wbr>Items<wbr>Changed<span class="tsd-signature-symbol">:</span> <a href="wijmo.event.html" class="tsd-signature-type">Event</a><span class="tsd-signature-symbol">&lt;</span><a href="wijmo_input.listbox.html" class="tsd-signature-type">ListBox</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">, </span><a href="wijmo.eventargs.html" class="tsd-signature-type">EventArgs</a><span class="tsd-signature-symbol">&gt;</span></div>
								<aside class="tsd-sources">
								</aside>
								<div class="tsd-comment">
									<div class="lead">
										<p>Occurs when the value of the <a href="wijmo_input.listbox.html#checkeditems">checkedItems</a> property changes.</p>
									</div>
								</div>
							</section>
							<section class="tsd-panel tsd-member tsd-kind-event tsd-parent-kind-class">
								<a name="formatitem" class="tsd-anchor"></a>
								<h3>formatItem</h3>
								<div class="tsd-signature tsd-kind-icon">format<wbr>Item<span class="tsd-signature-symbol">:</span> <a href="wijmo.event.html" class="tsd-signature-type">Event</a><span class="tsd-signature-symbol">&lt;</span><a href="wijmo_input.listbox.html" class="tsd-signature-type">ListBox</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">, </span><a href="wijmo_input.formatitemeventargs.html" class="tsd-signature-type">FormatItemEventArgs</a><span class="tsd-signature-symbol">&gt;</span></div>
								<aside class="tsd-sources">
								</aside>
								<div class="tsd-comment">
									<div class="lead">
										<p>Occurs when an element representing a list item has been created.</p>
									</div>
									<p>This event can be used to format list items for display. It is similar
										in purpose to the <a href="wijmo_input.listbox.html#itemformatter">itemFormatter</a> property, but has the advantage
									of allowing multiple independent handlers.</p>
									<p>The <a href="wijmo_input.formatitemeventargs.html">FormatItemEventArgs</a> object passed as a parameter has
										a <strong>data</strong> property that refers to the data item bound to the
										item and an <strong>index</strong> property that provides the item index into
									the current view.</p>
									<p>If the <a href="wijmo_input.listbox.html#showgroups">showGroups</a> property is set to <strong>true</strong> and
										the item represents a group header, then the <strong>data</strong> property
										contains a reference to a <a href="wijmo.collectionviewgroup.html">CollectionViewGroup</a> object
										represents the group. This object contains the group's <strong>name</strong>,
										<strong>items</strong>, and <strong>groupDescription</strong>.
										Since group headers do not correspond to actual data items,
									the <strong>index</strong> property in this case is set to <strong>-1</strong>.</p>
								</div>
							</section>
							<section class="tsd-panel tsd-member tsd-kind-event tsd-parent-kind-class tsd-is-inherited">
								<a name="gotfocus" class="tsd-anchor"></a>
								<h3>gotFocus</h3>
								<div class="tsd-signature tsd-kind-icon">got<wbr>Focus<span class="tsd-signature-symbol">:</span> <a href="wijmo.event.html" class="tsd-signature-type">Event</a><span class="tsd-signature-symbol">&lt;</span><a href="wijmo.control.html" class="tsd-signature-type">Control</a><span class="tsd-signature-symbol">, </span><a href="wijmo.eventargs.html" class="tsd-signature-type">EventArgs</a><span class="tsd-signature-symbol">&gt;</span></div>
								<aside class="tsd-sources">
									<p>Inherited from <a href="wijmo.control.html">Control</a>.<a href="wijmo.control.html#gotfocus">gotFocus</a></p>
								</aside>
								<div class="tsd-comment">
									<div class="lead">
										<p>Occurs when the control gets the focus.</p>
									</div>
								</div>
							</section>
							<section class="tsd-panel tsd-member tsd-kind-event tsd-parent-kind-class tsd-is-inherited">
								<a name="invalidinput" class="tsd-anchor"></a>
								<h3>invalidInput</h3>
								<div class="tsd-signature tsd-kind-icon">invalid<wbr>Input<span class="tsd-signature-symbol">:</span> <a href="wijmo.event.html" class="tsd-signature-type">Event</a><span class="tsd-signature-symbol">&lt;</span><a href="wijmo.control.html" class="tsd-signature-type">Control</a><span class="tsd-signature-symbol">, </span><a href="wijmo.canceleventargs.html" class="tsd-signature-type">CancelEventArgs</a><span class="tsd-signature-symbol">&gt;</span></div>
								<aside class="tsd-sources">
									<p>Inherited from <a href="wijmo.control.html">Control</a>.<a href="wijmo.control.html#invalidinput">invalidInput</a></p>
								</aside>
								<div class="tsd-comment">
									<div class="lead">
										<p>Occurs when invalid input is detected.</p>
									</div>
									<p>Invalid input may occur when the user types or pastes a value that
										cannot be converted to the proper type, or a value that is outside
									the valid range.</p>
									<p>If the event handler cancels the event, the control will retain
									the invalid content and the focus, so users can correct the error.</p>
									<p>If the event is not canceled, the control will ignore the invalid
									input and will retain the original content.</p>
								</div>
							</section>
							<section class="tsd-panel tsd-member tsd-kind-event tsd-parent-kind-class">
								<a name="itemchecked" class="tsd-anchor"></a>
								<h3>itemChecked</h3>
								<div class="tsd-signature tsd-kind-icon">item<wbr>Checked<span class="tsd-signature-symbol">:</span> <a href="wijmo.event.html" class="tsd-signature-type">Event</a><span class="tsd-signature-symbol">&lt;</span><a href="wijmo_input.listbox.html" class="tsd-signature-type">ListBox</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">, </span><a href="wijmo.eventargs.html" class="tsd-signature-type">EventArgs</a><span class="tsd-signature-symbol">&gt;</span></div>
								<aside class="tsd-sources">
								</aside>
								<div class="tsd-comment">
									<div class="lead">
										<p>Occurs when the current item is checked or unchecked by the user.</p>
									</div>
									<p>This event is raised when the <a href="wijmo_input.listbox.html#checkedmemberpath">checkedMemberPath</a> is set to
									the name of a property to add check boxes to each item in the control.</p>
									<p>Use the <a href="wijmo_input.listbox.html#selecteditem">selectedItem</a> property to retrieve the item that was
									checked or unchecked.</p>
								</div>
							</section>
							<section class="tsd-panel tsd-member tsd-kind-event tsd-parent-kind-class">
								<a name="itemschanged" class="tsd-anchor"></a>
								<h3>itemsChanged</h3>
								<div class="tsd-signature tsd-kind-icon">items<wbr>Changed<span class="tsd-signature-symbol">:</span> <a href="wijmo.event.html" class="tsd-signature-type">Event</a><span class="tsd-signature-symbol">&lt;</span><a href="wijmo_input.listbox.html" class="tsd-signature-type">ListBox</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">, </span><a href="wijmo.eventargs.html" class="tsd-signature-type">EventArgs</a><span class="tsd-signature-symbol">&gt;</span></div>
								<aside class="tsd-sources">
								</aside>
								<div class="tsd-comment">
									<div class="lead">
										<p>Occurs when the list of items changes.</p>
									</div>
								</div>
							</section>
							<section class="tsd-panel tsd-member tsd-kind-event tsd-parent-kind-class">
								<a name="loadeditems" class="tsd-anchor"></a>
								<h3>loadedItems</h3>
								<div class="tsd-signature tsd-kind-icon">loaded<wbr>Items<span class="tsd-signature-symbol">:</span> <a href="wijmo.event.html" class="tsd-signature-type">Event</a><span class="tsd-signature-symbol">&lt;</span><a href="wijmo_input.listbox.html" class="tsd-signature-type">ListBox</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">, </span><a href="wijmo.eventargs.html" class="tsd-signature-type">EventArgs</a><span class="tsd-signature-symbol">&gt;</span></div>
								<aside class="tsd-sources">
								</aside>
								<div class="tsd-comment">
									<div class="lead">
										<p>Occurs after the list items have been generated.</p>
									</div>
								</div>
							</section>
							<section class="tsd-panel tsd-member tsd-kind-event tsd-parent-kind-class">
								<a name="loadingitems" class="tsd-anchor"></a>
								<h3>loadingItems</h3>
								<div class="tsd-signature tsd-kind-icon">loading<wbr>Items<span class="tsd-signature-symbol">:</span> <a href="wijmo.event.html" class="tsd-signature-type">Event</a><span class="tsd-signature-symbol">&lt;</span><a href="wijmo_input.listbox.html" class="tsd-signature-type">ListBox</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">, </span><a href="wijmo.eventargs.html" class="tsd-signature-type">EventArgs</a><span class="tsd-signature-symbol">&gt;</span></div>
								<aside class="tsd-sources">
								</aside>
								<div class="tsd-comment">
									<div class="lead">
										<p>Occurs before the list items are generated.</p>
									</div>
								</div>
							</section>
							<section class="tsd-panel tsd-member tsd-kind-event tsd-parent-kind-class tsd-is-inherited">
								<a name="lostfocus" class="tsd-anchor"></a>
								<h3>lostFocus</h3>
								<div class="tsd-signature tsd-kind-icon">lost<wbr>Focus<span class="tsd-signature-symbol">:</span> <a href="wijmo.event.html" class="tsd-signature-type">Event</a><span class="tsd-signature-symbol">&lt;</span><a href="wijmo.control.html" class="tsd-signature-type">Control</a><span class="tsd-signature-symbol">, </span><a href="wijmo.eventargs.html" class="tsd-signature-type">EventArgs</a><span class="tsd-signature-symbol">&gt;</span></div>
								<aside class="tsd-sources">
									<p>Inherited from <a href="wijmo.control.html">Control</a>.<a href="wijmo.control.html#lostfocus">lostFocus</a></p>
								</aside>
								<div class="tsd-comment">
									<div class="lead">
										<p>Occurs when the control loses the focus.</p>
									</div>
								</div>
							</section>
							<section class="tsd-panel tsd-member tsd-kind-event tsd-parent-kind-class tsd-is-inherited">
								<a name="refreshed" class="tsd-anchor"></a>
								<h3>refreshed</h3>
								<div class="tsd-signature tsd-kind-icon">refreshed<span class="tsd-signature-symbol">:</span> <a href="wijmo.event.html" class="tsd-signature-type">Event</a><span class="tsd-signature-symbol">&lt;</span><a href="wijmo.control.html" class="tsd-signature-type">Control</a><span class="tsd-signature-symbol">, </span><a href="wijmo.eventargs.html" class="tsd-signature-type">EventArgs</a><span class="tsd-signature-symbol">&gt;</span></div>
								<aside class="tsd-sources">
									<p>Inherited from <a href="wijmo.control.html">Control</a>.<a href="wijmo.control.html#refreshed">refreshed</a></p>
								</aside>
								<div class="tsd-comment">
									<div class="lead">
										<p>Occurs after the control has refreshed its contents.</p>
									</div>
								</div>
							</section>
							<section class="tsd-panel tsd-member tsd-kind-event tsd-parent-kind-class tsd-is-inherited">
								<a name="refreshing" class="tsd-anchor"></a>
								<h3>refreshing</h3>
								<div class="tsd-signature tsd-kind-icon">refreshing<span class="tsd-signature-symbol">:</span> <a href="wijmo.event.html" class="tsd-signature-type">Event</a><span class="tsd-signature-symbol">&lt;</span><a href="wijmo.control.html" class="tsd-signature-type">Control</a><span class="tsd-signature-symbol">, </span><a href="wijmo.eventargs.html" class="tsd-signature-type">EventArgs</a><span class="tsd-signature-symbol">&gt;</span></div>
								<aside class="tsd-sources">
									<p>Inherited from <a href="wijmo.control.html">Control</a>.<a href="wijmo.control.html#refreshing">refreshing</a></p>
								</aside>
								<div class="tsd-comment">
									<div class="lead">
										<p>Occurs when the control is about to refresh its contents.</p>
									</div>
								</div>
							</section>
							<section class="tsd-panel tsd-member tsd-kind-event tsd-parent-kind-class">
								<a name="selectedindexchanged" class="tsd-anchor"></a>
								<h3>selectedIndexChanged</h3>
								<div class="tsd-signature tsd-kind-icon">selected<wbr>Index<wbr>Changed<span class="tsd-signature-symbol">:</span> <a href="wijmo.event.html" class="tsd-signature-type">Event</a><span class="tsd-signature-symbol">&lt;</span><a href="wijmo_input.listbox.html" class="tsd-signature-type">ListBox</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">, </span><a href="wijmo.eventargs.html" class="tsd-signature-type">EventArgs</a><span class="tsd-signature-symbol">&gt;</span></div>
								<aside class="tsd-sources">
								</aside>
								<div class="tsd-comment">
									<div class="lead">
										<p>Occurs when the value of the <a href="wijmo_input.listbox.html#selectedindex">selectedIndex</a> property changes.</p>
									</div>
								</div>
							</section>
						</section>
					</div>