21module
com { module sun { module star { module ui { module dialogs {
55void setValue( [in]
short ControlId, [in]
short aControlAction, [in] any aValue );
79any
getValue( [in]
short aControlId, [in]
short aControlAction );
93void setLabel( [in]
short aControlId, [in]
string aLabel );
Provides access to the controls of a FilePicker.
Definition XFilePickerControlAccess.idl:32
void setLabel([in] short aControlId, [in] string aLabel)
Set the label of the specified element.
void setValue([in] short ControlId, [in] short aControlAction, [in] any aValue)
Set the value of an additional element within a FilePicker.
any getValue([in] short aControlId, [in] short aControlAction)
Get the value of an additional element within a FilePicker.
string getLabel([in] short aControlId)
Returns the label of the specified element.
void enableControl([in] short ControlId, [in] boolean bEnable)
Enables or disables a control.
Specifies an interface for a FilePicker.
Definition XFilePicker.idl:27
Definition Ambiguous.idl:20