ImageGear v26.0 - Updated
NoToggleToOff Property




ImageGear.Formats.Pdf Assembly > ImageGear.Formats.PDF.Forms Namespace > RadioGroup Class : NoToggleToOff Property
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

Reference

RadioGroup Class
RadioGroup Members

Is this page helpful?
Yes No
Thanks for your feedback.