RadioButton.SetSize

RadioButton.SetSize (

string ObjectName,

number Width,

number Height )

Description

Sets the size of a radiobutton object.

Parameters

ObjectName

(string) The name of the radiobutton object.

Width

(number) The new width of the radiobutton object in pixels.

Height

(number) The new height of the radiobutton object in pixels.

Returns

Nothing. You can use Application.GetLastError to determine whether this action failed, and why.

See also: Related Actions