blob: eee4b3128596d642980ca5056f0074f432216c63 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
---
title: selected
slug: Mozilla/Tech/XUL/Property/selected
translation_of: Archive/Mozilla/XUL/Property/selected
---
<div class="noinclude">
<span class="breadcrumbs XULRefProp_breadcrumbs">« <a href="/zh-CN/docs/XUL_Reference" title="XUL_Reference">XUL Reference</a></span></div>
<dl>
<dt>
<code><span><a href="https://developer.mozilla.org/zh-CN/docs/XUL/Property/selected">selected</a></span></code><magic name="\"PAGENAME\"/"></magic></dt>
<dd>
Type:
<i>
boolean</i>
</dd>
<dd>
This property's value is <code>true</code> if this element is selected, or <code>false</code> if it is not. This property is read only.</dd>
</dl>
|