Volume
(number) The volume level represented by a number between 0 and 1. The value 0 is silent and 1 is the loudest.
Re t u r n s
Nothing. You can use Application.GetLastError to determine whether this action failed, and why.
See also: Related Actions
R a d i o B u tt o n
RadioButton.GetChecked
OverviewExamples
boolean RadioButton.GetChecked ( string ObjectName )
De s cr ip t ion
Returns true if a specific radiobutton object is checked, or false if it's unchecked.
P arame t er s
ObjectName
(string) The name of the radiobutton object.
Re t u r n s
(boolean) True if the radiobutton object is checked, false if it is unchecked. If an error occurs, false will be returned. You can use Application.GetLastError to determine whether this action failed, and why.