Generic control access interface.
More...
import "XControlAccess.idl";
Generic control access interface.
Use this interface to access user interface controls supported by the implementing service. The supported controls, control properties and the appropriate values are documented in the description of the implementing service.
- See also
- com::sun::star::ui::dialogs::FilePicker
-
com::sun::star::ui::dialogs::FilePicker
- Since
- OOo 1.1.2
◆ getControlProperty()
Query for a control property.
- Parameters
-
aControlName | The name of the control. Common control names are for instance "OkButton" or "CancelButton". |
aControlProperty | The requested control property. Common control properties are for instance "Label" or "State". |
- Returns
- the requested value.
- Exceptions
-
◆ setControlProperty()
Change a control property.
- Parameters
-
aControlName | The name of the control. Common control names are for instance "OkButton" or "CancelButton". |
aControlProperty | The control property to manipulate. Common control properties are for instance "Label" or "State". |
aValue | A value appropriated for the property. |
- Exceptions
-
The documentation for this interface was generated from the following file: