ImageGear v26.3 - Updated
ImageGear.Formats.Pdf Assembly / ImageGear.Formats.PDF.Forms Namespace / RadioGroup Class / NoToggleToOff Property




In This Topic
    NoToggleToOff Property
    In This Topic
    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