Gets or sets a value indicating whether one radio button must be selected at all times.
            
            
            
            Syntax
            
            
            
            
            'Declaration
 
Public Property NoToggleToOff As Boolean
             
        
            
            'Usage
 
Dim instance As RadioGroup
Dim value As Boolean
 
instance.NoToggleToOff = value
 
value = instance.NoToggleToOff
             
        
            
            public bool NoToggleToOff {get; set;}
             
        
            
            public: __property bool get_NoToggleToOff();
public: __property void set_NoToggleToOff( 
   bool value
);
             
        
            
            public:
property bool NoToggleToOff {
   bool get();
   void set (    bool value);
}
             
        
             
        
            
            
            Property Value
Whether or not one radio button must be selected at all times.
 
            
            
            
            
            
            
            
            
            
            
            
            See Also