Method: AutoItX3::TreeView#expand

Defined in:
lib/AutoItX3/control.rb

#expand(item) ⇒ Object

Expands item to show its children.



502
503
504
# File 'lib/AutoItX3/control.rb', line 502

def expand(item)
  send_command_to_tree_view("Expand", item)
end