Старожил
Сообщения: 215
Благодарности: 62
|
Профиль
|
Отправить PM
| Цитировать
GUICtrlRead ( controlID [, advanced] )
TreeView Control identifier (controlID) of the selected TreeViewItem
TreeViewItem State of the TreeViewItem
For Treeview items several states can be returned as $GUI_FOCUS, $GUI_EXPAND and $GUI_CHECKED, $GUI_UNCHECKED (only for treeview controls with TVS_CHECKBOXES-style . So use i.e. BitAnd(GUICtrlRead($Item),$GUI_CHECKED) to test if the item is checked.
|
-------
"Что мы думаем, знаем или во что верим в конце концов не так уж и важно. Важно лишь то, что мы делаем." Джон Раскин
Отправлено: 10:27, 27-06-2009
| #3
|