add_property_full
Description:
[ Version ( since = "3.26" ) ]
public void add_property_full (string name, string property_name, PropertiesFlags flags)
public void add_property_full (string name, string property_name, PropertiesFlags flags)
Adds a new stateful action named name
which maps to the underlying property property_name
of
object.
Seting flags
allows you to tweak some settings about the action.
Parameters:
this | |
name |
the name of the action |
property_name |
the name of the property |
flags |
optional flags for the action |