AutoPlay Media Studio 9

xButton.GetProperties

xButton.GetProperties

This is the first topic This is the last topic  

xButton.GetProperties

This is the first topic This is the last topic  

OverviewExamples

table xButton.GetProperties (

string ObjectName )

Example 1

ButtonProperties = xButton.GetProperties("xButton1");

 

if ButtonProperties.Cursor == CURSOR_BLACK_ARROW then

  -- The black arrow cursor is being used

end

 

 

if xButton.GetProperties("xButton1").FontItalic then

  -- The xButton text is Italic

end

Retrieve various properties from the xButton object 'xButton1'.

See also: Related Actions


Learn More: Indigo Rose Software - AutoPlay Media Studio - Buy Now - Contact Us