RadioButtonGroupGetButton Method |
Retrieves the button at a given index.
Namespace:
pdftron.PDF.Annots
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax public RadioButtonWidget GetButton(
uint index
)
Public Function GetButton (
index As UInteger
) As RadioButtonWidget
public:
virtual RadioButtonWidget^ GetButton(
[InAttribute] unsigned int index
) sealed
function GetButton(index);
Parameters
- index
- Type: SystemUInt32
The index to use.
Return Value
Type:
RadioButtonWidget The RadioButtonWidget at the given index
Exceptions Exception | Condition |
---|
[!:PDFNetException] | PDFNetException the PDFNet exception |
See Also