# Wijmo_Input.Tabkeyaction

## Content

<div class="content__tsd">
						<div style="display:flex;justify-content:space-between;align-items:center">
							<h1>
								TabKeyAction Enumeration
							</h1>
						</div>
						<section class="tsd-comment">
							<div class="tsd-comment">
								<div class="lead">
									<p>Defines the behavior when the TAB key is pressed in the control.</p>
								</div>
							</div>
						</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>
												Enumeration members
											</h3>
										</div>
										<ul class="tsd-index-list">
											<li class="tsd-kind-enum-member tsd-parent-kind-enum"><a href="wijmo_input.tabkeyaction.html#closeandkeepfocus" class="tsd-kind-icon">Close<wbr>And<wbr>Keep<wbr>Focus</a></li>
											<li class="tsd-kind-enum-member tsd-parent-kind-enum"><a href="wijmo_input.tabkeyaction.html#closeandmovefocus" class="tsd-kind-icon">Close<wbr>And<wbr>Move<wbr>Focus</a></li>
										</ul>
									</section>
								</div>
							</section>
						</section>
						<section class="tsd-panel-group tsd-member-group ">
							<h2>Enumeration members</h2>
							<section class="tsd-panel tsd-member tsd-kind-enum-member tsd-parent-kind-enum">
								<a name="closeandkeepfocus" class="tsd-anchor"></a>
								<h3>CloseAndKeepFocus</h3>
								<div class="tsd-signature tsd-kind-icon">Close<wbr>And<wbr>Keep<wbr>Focus<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol"> =&nbsp;0</span></div>
								<aside class="tsd-sources">
								</aside>
								<div class="tsd-comment">
									<div class="lead">
										<p>Closes the dropdown while maintaining focus on the control</p>
									</div>
								</div>
							</section>
							<section class="tsd-panel tsd-member tsd-kind-enum-member tsd-parent-kind-enum">
								<a name="closeandmovefocus" class="tsd-anchor"></a>
								<h3>CloseAndMoveFocus</h3>
								<div class="tsd-signature tsd-kind-icon">Close<wbr>And<wbr>Move<wbr>Focus<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol"> =&nbsp;1</span></div>
								<aside class="tsd-sources">
								</aside>
								<div class="tsd-comment">
									<div class="lead">
										<p>Closes the dropdown and moves focus to the next tabbable element.</p>
									</div>
								</div>
							</section>
						</section>
					</div>