UIFileDialog Theming Parameters
UIFileDialog
is a UIWindow with the element id of 'file_dialog' and a default
object id of '#file_dialog'.
Inherited Parameters
As a UIWindow the File Dialog has all the theming parameters of the UIWindow, which you can read more about here UIWindow Theming Parameters.
Sub-elements
As well as the sub-elements of the UIWindow (title bar and close button) which you can read about here UIWindow Theming Parameters, the file dialog has the following sub element IDs -
UIButtons:
'file_dialog.#ok_button'
'file_dialog.#cancel_button'
'file_dialog.#home_icon_button'
'file_dialog.#delete_icon_button'
'file_dialog.#parent_icon_button'
'file_dialog.#refresh_icon_button'
UITextEntryLine:
'file_dialog.#file_path_text_line'
UISelectionList:
'file_dialog.#file_display_list'
You can find out more about theming buttons here: UIButton Theming Parameters, text entry lines here: UITextEntryLine Theming Parameters and selection lists here: UISelectionList Theming Parameters.