Class implements radio button control

Namespace: Bytescout.PDF
Assembly:  Bytescout.PDF (in Bytescout.PDF.dll)

Syntax

C#
public class RadioButtonControl : AcroRadioAndCheckboxControl
Visual Basic (Declaration)
Public Class RadioButtonControl _
	Inherits AcroRadioAndCheckboxControl
Visual C++
public ref class RadioButtonControl : public AcroRadioAndCheckboxControl

Inheritance Hierarchy

System..::Object
  Bytescout.PDF..::AcroControl
    Bytescout.PDF..::AcroRadioAndCheckboxControl
      Bytescout.PDF..::RadioButtonControl

See Also