DlgGroupBox.SetProperties

DlgGroupBox.SetProperties ( 

number ControlID,

table  Properties )

Example 1

tbProperties = {Text="My Group Box"};
DlgGroupBox.SetProperties(CTRL_GROUP_BOX_01, tbProperties);

Sets the group box control CTRL_GROUP_BOX1's text to "My Group Box."

See also:  Related Actions