Method: AutoItX3::Button#uncheck

Defined in:
lib/AutoItX3/control.rb

#uncheckObject

Unchecks self if it’s a radio or check button.

Return value

Unknown.

Raises

Au3Error

Control or window not found.

Example

ctrl.uncheck


516
517
518
# File 'lib/AutoItX3/control.rb', line 516

def uncheck
  send_command_to_control("UnCheck")
end