FileOpenPicker.CommitButtonText Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
The label text.
Remarks
By default, the label text of the commit button is Open.