RadioButtonWidget.GetGroup Method |
Gets the group to which the current button is connected.
Namespace:
pdftron.PDF.Annots
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
Syntaxpublic RadioButtonGroup GetGroup()
Public Function GetGroup As RadioButtonGroup
public:
virtual RadioButtonGroup^ GetGroup() sealed
Return Value
Type:
RadioButtonGroup The group containing this Radio Button.
ExceptionsException | Condition |
---|
[!:PDFNetException] | PDFNetException the PDFNet exception |
See Also