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