xButton.SetProperties |
|
|
|
xButton.SetProperties |
|
|
|
|
||
OverviewExamples
xButton.SetProperties ( |
-- Changes the font size of xButton1 to 99 pt
xButton.SetProperties("xButton1",{FontSize=99});
-- Change the text to "Hello World" and Width to 100
tblProperties = {Text="Hello World",Width=100};
xButton.SetProperties("xButton1",tblProperties);
Change the font size, text, and width of the xButton object 'xButton1'.
See also: Related Actions
Learn More: Indigo Rose Software - AutoPlay Media Studio - Buy Now - Contact Us