Difference between revisions of "AskAttribute"

 
 
(2 intermediate revisions by 2 users not shown)
Line 1: Line 1:
[[category:Typescript Commands]]
+
[[Category:Typescript Commands]]
  
= Command AskAttribute attribute,category,onFlag =
+
== Command AskAttribute ==
  
The AskAttribute command controls which attributes display on the object window or attribute panel. These can be changed by selecting Object->Attribute... from the menus.
+
Usage:
 +
:'''AskAttribute''' ''attribute, category, yes/no''
  
The following command causes the Check attribute to be visible on object windows and attribute attribute panel for Variable objects:
+
The AskAttribute command controls which attributes display on the object window or attribute panel. These can be changed by selecting ''Object → Attribute...'' from the menus.
  
AskAttribute Check, Variable, Yes
+
The following command causes the [[Check]] attribute to be visible on object windows and attribute attribute panel for Variable objects:
 +
 
 +
:<code>AskAttribute Check, Variable, Yes</code>
 +
 
 +
==See Also==
 +
* [[ShowAskAttribute]]
 +
* [[Typescript]]
 +
* [[Inspection Commands]]

Latest revision as of 20:59, 21 January 2016


Command AskAttribute

Usage:

AskAttribute attribute, category, yes/no

The AskAttribute command controls which attributes display on the object window or attribute panel. These can be changed by selecting Object → Attribute... from the menus.

The following command causes the Check attribute to be visible on object windows and attribute attribute panel for Variable objects:

AskAttribute Check, Variable, Yes

See Also

Comments


You are not allowed to post comments.