OptionsList Class

Apitron PDF Kit help
Apitron.PDF.Kit library for .NET
This class represents an options list.
Inheritance Hierarchy

SystemObject
  Apitron.PDF.Kit.FixedLayout.ResourcesNotificationListOption
    Apitron.PDF.Kit.Interactive.FormsOptionsList

Namespace:  Apitron.PDF.Kit.Interactive.Forms
Assembly:  Apitron.PDF.Kit (in Apitron.PDF.Kit.dll) Version: 2.0.37.0 (2.0.37.0)
Syntax

public sealed class OptionsList : NotificationList<Option>, 
	IDisposable

The OptionsList type exposes the following members.

Properties

  NameDescription
Public propertyCount
Gets the count.
(Inherited from NotificationListT.)
Public propertyIsReadOnly
Gets a value indicating whether this instance is read only.
(Inherited from NotificationListT.)
Public propertyItemInt32
Gets or sets the Option at the specified index.
(Overrides NotificationListTItemInt32.)
Public propertyItemString
Gets the Option with the specified option name.
Public propertyItemString, String
Gets the Option with the specified option name.
Public propertySelectedOptions
Gets the selected options.
Top
Methods

  NameDescription
Public methodAdd
Adds the specified item to the list.
(Overrides NotificationListTAdd(T).)
Public methodAddRange
Adds the range of items.
(Overrides NotificationListTAddRange(IEnumerableT).)
Public methodAsReadOnly (Inherited from NotificationListT.)
Public methodClear
Clears this instance.
(Overrides NotificationListTClear.)
Public methodContains
Determines whether the list contains the specified item.
(Inherited from NotificationListT.)
Public methodCopyTo
Copies the list to the specified array.
(Inherited from NotificationListT.)
Public methodDispose
Releases all resources used by the OptionsList
Public methodFind
Finds a item which satisfies the predicate.
(Inherited from NotificationListT.)
Public methodFindAll
Finds all items which satisfy the predicate.
(Inherited from NotificationListT.)
Public methodGetEnumerator
Gets the enumerator.
(Inherited from NotificationListT.)
Public methodIndexOf
Gets the index of the item.
(Inherited from NotificationListT.)
Public methodInsert
Inserts the item to the specified position.
(Overrides NotificationListTInsert(Int32, T).)
Public methodRemove
Removes the specified item.
(Overrides NotificationListTRemove(T).)
Public methodRemoveAt
Removes an item from the specified position.
(Overrides NotificationListTRemoveAt(Int32).)
Public methodSelect
Selects the specified value.
Public methodToString (Inherited from NotificationListT.)
Top
See Also

Reference