ExceptionMessageBox.CancelButtonText 属性

定义

获取 “取消 ”按钮的默认文本。

public:
 static property System::String ^ CancelButtonText { System::String ^ get(); };
public static string CancelButtonText { get; }
member this.CancelButtonText : string
Public Shared ReadOnly Property CancelButtonText As String

属性值

一个 String 值。

注解

CancelButtonText 属性指定自定义按钮文本,同时保持 “取消 ”按钮的功能。

适用于