Gets or sets a value indicating whether radio button options with the same export value
            will turn off and on together.
            
            
            Syntax
            
            
            
            
            'Declaration
 
Public Property RadiosInUnison As Boolean
             
        
            
            'Usage
 
Dim instance As RadioGroup
Dim value As Boolean
 
instance.RadiosInUnison = value
 
value = instance.RadiosInUnison
             
        
            
            public bool RadiosInUnison {get; set;}
             
        
            
            public: __property bool get_RadiosInUnison();
public: __property void set_RadiosInUnison( 
   bool value
);
             
        
            
            public:
property bool RadiosInUnison {
   bool get();
   void set (    bool value);
}
             
        
             
        
            
            
            Property Value
Whether radio button options with the same export value will turn off and on
            together.
 
            
            
            
            
            
            
            
            
            
            
            
            See Also