Gets or sets a value indicating whether radio button options with the same export value
will turn off and on together.
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.