FolderPicker.CommitButtonText Property
Definition
Gets or sets the label text of the folder picker's commit button.
public:
property Platform::String ^ CommitButtonText { Platform::String ^ get(); void set(Platform::String ^ value); };
winrt::hstring CommitButtonText();
void CommitButtonText(winrt::hstring value);
public string CommitButtonText { get; set; }
var string = folderPicker.commitButtonText;
folderPicker.commitButtonText = string;
Public Property CommitButtonText As String
Property Value
The label text.
Remarks
By default, the label text of the commit button is Pick Folder.