void |
setControlProperty( |
[in] string |
aControlName, |
| [in] string |
aControlProperty, |
| [in] any |
aValue ) |
raises( |
::com::sun::star::lang::IllegalArgumentException ); |
- Description
- Change a control property.
- Parameter aControlName
-
The name of the control. Common control names are for
instance 'OkButton' or 'CancelButton'.
- Parameter aControlProperty
-
The control property to manipulate. Common control properties
are for instance 'Label' or 'State'.
- Parameter aValue
-
A value appropriated for the property.
- Throws
- com::sun::star::lang::IllegalArgumentException
when the control is not supported, the control property is invalid or
the value fits not the control action.
|