FileOpenPicker.CommitButtonText Property

Definition

Gets or sets the label text of the file open 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 = fileOpenPicker.commitButtonText;
fileOpenPicker.commitButtonText = string;
Public Property CommitButtonText As String

Property Value

String

Platform::String

winrt::hstring

The label text.

Remarks

By default, the label text of the commit button is Open.

Applies to