Gets or sets the text that is displayed when the label is in the checked state.
public string CheckedString {get; set;}
'Declaration
Public Property CheckedString As String
'Usage
Dim instance As CheckLabel
Dim value As String
instance.CheckedString = value
value = instance.CheckedString
public: __property string* get_CheckedString();
public: __property void set_CheckedString(
string* value
);
public:
property string* CheckedString {
string* get();
void set ( string* value);
}
Property Value
The text that is displayed when the label is in the checked state.