wb_get_state

bool wb_get_state (int wbobject, int item)

Retrieves an integer representing the current state of a control item.

Retrieving states

This function currently returns the expanded or collapsed state of a treeview node indicated by item. It returns TRUE if the node is expanded and FALSE if it is collapsed.

See also

wb_set_state
Control functions