20#ifndef __com_sun_star_ui_dialogs_XControlAccess_idl__
21#define __com_sun_star_ui_dialogs_XControlAccess_idl__
27module
com { module sun { module star { module ui { module dialogs {
60void setControlProperty( [in]
string aControlName, [in]
string aControlProperty, [in] any aValue )
This exception is thrown to indicate that a method has passed an illegal or inappropriate argument.
Definition IllegalArgumentException.idl:31
Generic control access interface.
Definition XControlAccess.idl:42
any getControlProperty([in] string aControlName, [in] string aControlProperty)
Query for a control property.
void setControlProperty([in] string aControlName, [in] string aControlProperty, [in] any aValue)
Change a control property.
base interface of all UNO interfaces
Definition XInterface.idl:48
Definition Ambiguous.idl:22