ListBox.SetVisible

ListBox.SetVisible ( 

string  ObjectName,

boolean Visible = true )

Example 1

ListBox.SetVisible("ListBox4", true);

Makes the "ListBox4" listbox object visible.

Example 2

ListBox.SetVisible("Options", false);

Hides the listbox object named "Options."

Example 3

ListBox.SetVisible("Image Selector");

Makes the listbox object named "Image Selector" visible.

See also:  Related Actions