Click or drag to resize

RadioButtonFormField Methods

The RadioButtonFormField type exposes the following members.

Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodImplementMe
Built for inheritance.
(Overrides BaseButtonFormFieldImplementMe.)
Public methodStatic memberMakeRadioSet(String, String, String, RadioButtonWidgetAnnotation)
Makes a radio set from the collection of RadioButtonWidgetAnnotation objects. Note that it is the client's responsibility to ensure that the radio buttons are put into the Annotations collection of a page in the document.
Public methodStatic memberMakeRadioSet(PdfGeneratedPage, String, String, String, RadioButtonWidgetAnnotation)
Makes the radio set from the set of radio buttons installing them in the supplied page (if any).
Public methodStatic memberCode exampleMakeRadioSet(GlobalResources, PdfGeneratedPage, String, String, String, String, PdfBounds)
Makes a set of radio button fields with a single parent field. If currentValue or defaultValue are null, the code will substitute the standard radio button cleared value.
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Protected methodThrowIfReadOnlyT
If EnforceReadyOnlyWithException is true and IsFieldReadOnly is true, throw an InvalidOperationException, otherwise return value.
(Inherited from BaseFormField.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also