Click or drag to resize

PdfControlCollections Methods

The PdfControlCollections type exposes the following members.

Methods
 NameDescription
Public methodAdd This method is not supported.
Public methodClear Removes all items from the PdfControlCollections.
Public methodContains Determines whether the collection contains a specific PdfControl.
Public methodCopyTo Copies the elements of the collections to an System.Array, starting at a particular System.Array index.
Public methodFind Searches for an element that matches the conditions defined by the specified predicate, and returns the first occurrence within the entire System.Collections.Generic.List`1.
Public methodGetByHandle Search collection for the widget with the specified handle.
Public methodGetControlByDict Search collection for the widget with the specified dictionary.
Public methodGetEnumerator Returns an enumerator that iterates through the collection.
Public methodGetFocused Get the control that currently has input focus.
Public methodIndexOf Determines the index of a specific PdfControl in the collection.
Public methodRemove Removes the first occurrence of a specific control from the PdfControlCollections
Top
See Also