XFINIUM.PDF Documentation
NoToggleToOff Property



Gets or sets a value indicating whether a radio button shall be selected at all times.
Syntax
'Declaration
 
Public Property NoToggleToOff As Boolean
'Usage
 
Dim instance As PdfRadioButtonField
Dim value As Boolean
 
instance.NoToggleToOff = value
 
value = instance.NoToggleToOff
public bool NoToggleToOff {get; set;}
public:
property bool NoToggleToOff {
   bool get();
   void set (    bool value);
}

Property Value

If true, exactly one radio button shall be selected at all times.
Remarks
If set, exactly one radio button shall be selected at all times; selecting the currently selected button has no effect. If clear, clicking the selected button deselects it, leaving no button selected.
Requirements

Supported .NET Platforms: .NET 2.0 - .NET 4.6, Windows Forms, ASP.NET, Windows Presentation Foundation 4.x, Silverlight 5, WinRT, Universal Windows Platform, Windows Phone 8 & 8.1, Xamarin iOS & Android, Portable Class Library


Target Platforms:Windows 10, Windows 8.1, Windows 8 , Windows 7, Windows Vista SP1 or later, Windows Server 2008, Windows Server 2008 R2

See Also

Reference

PdfRadioButtonField Class
PdfRadioButtonField Members

Send Feedback