Share via


FolderPicker.CommitButtonText Property

Definition

Specifies the text displayed on the commit button. If not specified, the system default text is used.

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

String

Platform::String

winrt::hstring

Gets or sets the text displayed on the commit button.

Applies to