RadioButtonFormField Methods |
The RadioButtonFormField type exposes the following members.
Name | Description | |
---|---|---|
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | ImplementMe |
Built for inheritance.
(Overrides BaseButtonFormField.ImplementMe().) |
![]() ![]() | MakeRadioSet(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.
|
![]() ![]() | MakeRadioSet(PdfGeneratedPage, String, String, String,RadioButtonWidgetAnnotation[]) |
Makes the radio set from the set of radio buttons installing them in the supplied page (if any).
|
![]() ![]() ![]() | MakeRadioSet(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.
|
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ThrowIfReadOnly<T> |
If EnforceReadyOnlyWithException is true and IsFieldReadOnly is true,
throw an InvalidOperationException, otherwise return value.
(Inherited from BaseFormField.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |