[]
        
(Showing Draft Content)

GrapeCity.Documents.Pdf.AcroForms.CheckBoxField.HasRadioButtonBehavior

HasRadioButtonBehavior Method

HasRadioButtonBehavior()

Checks whether this CheckBoxField actually behaves as a RadioButtonField. This situation takes place if the checkbox field owns more than one WidgetAnnotations, and the widgets' appearance streams used to show checked state have different names.

Declaration
public bool HasRadioButtonBehavior()
Public Function HasRadioButtonBehavior() As Boolean
Returns
Type Description
bool

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