Menu: View→Interface Properties→Misc
Checking this box displays the status bar at the bottom of the Amos Graphics window.
Programming
In Amos Graphics programs, you can put a check mark in this check box by using the following statement (Visual Basic):
pd.GetCheckBox("InterfacePropertiesForm", "CheckBoxShowStatusBar").Checked = True