forked from gitextensions/gitextensions
-
Notifications
You must be signed in to change notification settings - Fork 1
Reuse UserControls
Gerhard Olsson edited this page May 16, 2025
·
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.
