ImageGear .NET
RadiosInUnison Property




Gets or sets a value indicating whether radio button options with the same export value will turn off and on together.
Syntax
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);
}
'Declaration
 
Public Property RadiosInUnison As Boolean
 
'Usage
 
Dim instance As RadioGroup
Dim value As Boolean
 
instance.RadiosInUnison = value
 
value = instance.RadiosInUnison

Property Value

Whether radio button options with the same export value will turn off and on together.
See Also

Reference

RadioGroup Class
RadioGroup Members

 

 


©2017. Accusoft Corporation. All Rights Reserved.

Send Feedback