Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

FileSavePicker.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.

Specifies the text displayed on commit button. If not specified, the system default 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 = fileSavePicker.commitButtonText;
fileSavePicker.commitButtonText = string;
Public Property CommitButtonText As String

Property Value

String

Platform::String

winrt::hstring

Gets or sets the text displayed on the commit button of the file picker.

Applies to


Feedback

Was this page helpful?