FileDialog.ButtonName Eigenschaft

Definition

Dient zum Zurückgeben oder Festlegen einer Zeichenfolge , die den Text darstellt, der auf der Aktionsschaltfläche eines Dateidialogfelds angezeigt wird.

public:
 property System::String ^ ButtonName { System::String ^ get(); void set(System::String ^ value); };
public string ButtonName { get; set; }
member this.ButtonName : string with get, set
Public Property ButtonName As String

Eigenschaftswert

Hinweise

By default, this property is set to the standard text for the type of file dialog box. For example, in the case of the Open dialog box, the property is set to "Open" by default. This string is limited to fifty-one characters.

Gilt für: