xButton.GetProperties

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