ImageGear .NET - Updated March 30, 2018
NoToggleToOff Property




ImageGear24.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

Property Value

Whether or not one radio button must be selected at all times.
See Also

Reference

RadioGroup Class
RadioGroup Members