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