-
Notifications
You must be signed in to change notification settings - Fork 2
Textbox styles
Sébastien Bouez edited this page Jul 23, 2023
·
1 revision
By default, any textbox will get the new theme, using the AccentColor
when focused.
The FolderPickerTextbox
is a textbox that contains a button that allows the user to open the native folder picker dialog to select a folder.
-
string
Text : The value of the textbox.
-
EventHandler<string>
SelectionChanged : This event fires when the users selects a path in the folder picker dialog. The string argument is the selected path.
<textboxes:FolderPickerTextbox x:Name="TbDefaultFolder" Width="240" />