ComponentOne Windows 7 Control Pack for WinForms
CheckBoxText Property



C1.Win.C1Win7Pack.4 Assembly > C1.Win.C1Win7Pack Namespace > C1TaskDialog Class : CheckBoxText Property
Gets or sets the string that is used to label the verification check box.
Syntax
<LocalizableAttribute(True)>
<C1DescriptionAttribute("String that is used to label the verification check box.")>
<DefaultValueAttribute()>
Public Property CheckBoxText As String
Dim instance As C1TaskDialog
Dim value As String
 
instance.CheckBoxText = value
 
value = instance.CheckBoxText
[Localizable(true)]
[C1Description("String that is used to label the verification check box.")]
[DefaultValue()]
public string CheckBoxText {get; set;}
[Localizable(true)]
[C1Description("String that is used to label the verification check box.")]
[DefaultValue()]
public:
property String^ CheckBoxText {
   String^ get();
   void set (    String^ value);
}
See Also

Reference

C1TaskDialog Class
C1TaskDialog Members