Shows the visual style import dialog, this dialog enables clients to import, preview and select new visual styles at runtime.
public DialogResult ShowStyleImportDialog(string dialogTitle,string filePath,out string selectedFileName);
Return Value
The DialogResult returned form the style browser dialog.
Parameters
dialogTitle
The dialog caption text.
filePath
The file path where the imported style will be saved.
selectedFileName
The selected file name of the imported style.
Remarks
If the
filePath parameter is
null then the style will be saved in VisualStyler design-time skins folder, if this is not available then the current application folder is used.
See also:
Class VisualStyler