Document Solutions for PDF
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf.AcroForms Namespace / CheckBoxField Class / HasRadioButtonBehavior Method

In This Topic
    HasRadioButtonBehavior Method
    In This Topic
    Checks whether this CheckBoxField actually behaves as a RadioButtonField. This situation takes place if the checkbox field owns more than one GrapeCity.Documents.Pdf.Annotations.WidgetAnnotations, and the widgets' appearance streams used to show checked state have different names.
    Syntax
    'Declaration
     
    Public Function HasRadioButtonBehavior() As System.Boolean
    public System.bool HasRadioButtonBehavior()

    Return Value

    true if this checkbox behaves as a radio button, false otherwise.
    See Also