ExceptionMessageBox.OKButtonText 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 the default text for the OK button
public:
static property System::String ^ OKButtonText { System::String ^ get(); };
public static string OKButtonText { get; }
member this.OKButtonText : string
Public Shared ReadOnly Property OKButtonText As String
Property Value
A String value.
Remarks
The OKButtonText property specifies customized button text while it maintains the functionality of the OK button.