[ Version ( deprecated = true , deprecated_since = "2.40" , since = "2.22" ) ]
public void html_input_element_set_auto_filled (bool auto_filled)
Warning: html_input_element_set_auto_filled is deprecated since 2.40.
Set whether the element is an HTML input element that has been filled automatically.
Use input_element_auto_fill instead.
If this is not an HTML input element this function does nothing.
this |
a Element |
auto_filled |
value to set |