blob: 8999ec7a2f8849270540a16559402dde4dd5dd3c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
<HTML>
<HEAD>
<meta charset="UTF-8">
<title>SimpleSelect.autofocus - kvision</title>
<link rel="stylesheet" href="../../../style.css">
</HEAD>
<BODY>
<a href="../../index.html">kvision</a> / <a href="../index.html">pl.treksoft.kvision.form.select</a> / <a href="index.html">SimpleSelect</a> / <a href="./autofocus.html">autofocus</a><br/>
<br/>
<h1>autofocus</h1>
<a name="pl.treksoft.kvision.form.select.SimpleSelect$autofocus"></a>
<code><span class="keyword">var </span><span class="identifier">autofocus</span><span class="symbol">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html"><span class="identifier">Boolean</span></a><span class="symbol">?</span></code>
<p>Determines if the select is automatically focused.</p>
</BODY>
</HTML>
|