FileDialog.ButtonName 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.
Returns or sets a String representing the text that is displayed on the action button of a file dialog box.
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
Property Value
Remarks
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.