RadioButton.SetProperties |
|
|
|
RadioButton.SetProperties |
|
|
|
|
||
OverviewExamples
RadioButton.SetProperties ( |
-- Create a table containing items to change.
tbProperties = {};
tbProperties.Text = "Brand New Item Text";
tbProperties.Value = "MyNewData";
-- Set the properties of a radiobutton object.
RadioButton.SetProperties("RadioOne", tbProperties);
Sets the properties of the radiobutton object 'RadioOne' to the properties contained in the table 'tbProperties'.
See also: Related Actions
Learn More: Indigo Rose Software - AutoPlay Media Studio - Buy Now - Contact Us