DlgListBox.GetProperties

table DlgListBox.GetProperties ( 

number ControlID )

Example 1

tbProperties = DlgListBox.GetProperties(CTRL_LIST_BOX);

Gets the properties of the list box control with control id "CTRL_LIST_BOX" and stores them in the table "tbProperties."

Example 2

tbProps = DlgListBox.GetProperties(nControlID);

Gets the properties of the list box control whose id is stored in the variable "nControlID" and stores them in the table "tbProps."

See also:  Related Actions