TaskDialogVerificationCheckBox.Text 属性

定义

获取或设置与此控件关联的文本。

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

属性值

String

与该控件关联的文本。 默认值为 null

例外

属性已设置,且此验证复选框实例当前已绑定到任务对话框。

注解

仅当此属性不是 null 或空字符串时,才会显示此控件。

适用于