Shows the visual style browser dialog, this dialog enables clients to browse, preview and select new visual styles at runtime.
public DialogResult ShowStyleBrowserDialog(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 initial file path to search for styles.
selectedFileName
The selected file name returned from the dialog.
Remarks
If the
filePath parameter is
null then the style browser searches the VisualStyler design-time skins folder, if this is not available then the current application folder is used.
See also:
Class VisualStyler