This repository was archived by the owner on Aug 31, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 223
Expand file tree
/
Copy pathdisable.xml
More file actions
executable file
·71 lines (57 loc) · 2.22 KB
/
Copy pathdisable.xml
File metadata and controls
executable file
·71 lines (57 loc) · 2.22 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
<doc>
<legacy_id>1316</legacy_id>
<name>disable</name>
<type>command</type>
<syntax>
<example>disable <i>object</i></example>
</syntax>
<synonyms>
</synonyms>
<summary>Dims a <keyword tag="control">control</keyword> so that it no longer responds to user actions.</summary>
<examples>
<example>disable field 1</example>
<example>disable button 2 of card 7 of stack "Overall Controls"</example>
</examples>
<history>
<introduced version="1.0">Added.</introduced>
<deprecated version=""></deprecated>
<removed version=""></removed>
<experimental version=""></experimental>
<nonexperimental version=""></nonexperimental>
</history>
<objects>
</objects>
<platforms>
<mac/>
<windows/>
<linux/>
<ios/>
<android/>
</platforms>
<classes>
<desktop/>
<server/>
<web/>
<mobile/>
</classes>
<security>
</security>
<classification>
<category>Appearance & Positioning</category>
<category>User Interaction</category>
</classification>
<references>
<command tag="enable">enable Command</command>
<command tag="hide">hide Command</command>
<command tag="disable menu">disable menu Command</command>
<property tag="cantSelect">cantSelect Property</property>
<property tag="disabled">disabled Property</property>
<property tag="disabledIcon">disabledIcon Property</property>
<property tag="enabled">enabled Property</property>
<property tag="traversalOn">traversalOn Property</property>
<property tag="invisible">invisible Property</property>
<property tag="lockText">lockText Property</property>
<property tag="visible">visible Property</property>
</references>
<description>Use the <b>disable</b> <glossary tag="command">command</glossary> to prevent an <glossary tag="object">object</glossary> from responding to mouse clicks or keyboard presses.<p></p><p><b>Parameters:</b></p><p>The <i>object</i> is any <keyword tag="control">control</keyword> in an open <object tag="stack">stack</object>.</p><p></p><p><b>Comments:</b></p><p>The <b>disable</b> <glossary tag="command">command</glossary> is equivalent to setting the <glossary tag="object">object's</glossary> <property tag="disabled">disabled</property> <glossary tag="property">property</glossary> to true.</p></description>
</doc>