Quantcast
Channel: wpfdialogs Wiki Rss Feed
Viewing all articles
Browse latest Browse all 20

Updated Wiki: NewFolderDialog

$
0
0

NewFolderDialog - English

Description
This dialog creates new folders.

How-To-Use
  1. Create an instance: WPF_Dialogs.Dialogs.NewFolderDialof n = new WPF_Dialogs.Dialogs.NewFolderDialog("path to parent folder");
  2. Call the showDialog():
    1. As a normal function: n.showDialog();
    2. or as a function with return: WPF_Dialogs.EDialogResult result = n.showDialog();
  3. check the result:
    1. As a normal function: if(n.DialogResult == WPF_Dialogs.EDialogResult.OK) { do something }
    2. As a function with return:
      1. with variable: if(result == WPF_Dialogs.EdialogResult.OK) { do something }
      2. direct call: if(n.showDialog() == WPF_Dialog.EDialogResult.OK) { do something }


Features
  • Version 0.2.0
    • Defaults: if no parent folder is given "C:\Temp\" is taken as parent folder.
    • creates new folders

Screenshots
Cannot resolve image macro, invalid image name or id.
Version 0.2.0 - V0.2.*

Viewing all articles
Browse latest Browse all 20

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>