-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Guidelines: reuse UserControls
RussKie edited this page Mar 22, 2018
·
1 revision
Here we describe ready to reuse user controls.
For folder browsing button there already is a user control: UserControls.FolderBrowserButton.
Via designer you can set the property PathShowingControl (e. g. a textbox or combobox). SelectedPath from FolderBrowserDialog will be set from the PathShowingControl's Text property and the vice versa automatically.