WinBinder Manual/wb get state
From wiki.swiftlytilting.com
Retrieves an integer representing the current state of a control item.
[edit]
Syntax
bool wb_get_state (int wbobject, int item)
[edit]
Returns
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.
[edit]

