Apitron.PDF.Kit library for .NET
SystemObject
Apitron.PDF.Kit.FixedLayout.ResourcesNotificationListOption
Apitron.PDF.Kit.Interactive.FormsOptionsList
Assembly: Apitron.PDF.Kit (in Apitron.PDF.Kit.dll) Version: 2.0.37.0 (2.0.37.0)
Top
Top
This class represents an options list.
Inheritance Hierarchy
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
The OptionsList type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() | Count |
Gets the count.
(Inherited from NotificationListT.) |
![]() | IsReadOnly |
Gets a value indicating whether this instance is read only.
(Inherited from NotificationListT.) |
![]() | ItemInt32 |
Gets or sets the Option at the specified index.
(Overrides NotificationListTItemInt32.) |
![]() | ItemString |
Gets the Option with the specified option name.
|
![]() | ItemString, String |
Gets the Option with the specified option name.
|
![]() | SelectedOptions |
Gets the selected options.
|
Methods
Name | Description | |
---|---|---|
![]() | Add |
Adds the specified item to the list.
(Overrides NotificationListTAdd(T).) |
![]() | AddRange |
Adds the range of items.
(Overrides NotificationListTAddRange(IEnumerableT).) |
![]() | AsReadOnly | (Inherited from NotificationListT.) |
![]() | Clear |
Clears this instance.
(Overrides NotificationListTClear.) |
![]() | Contains |
Determines whether the list contains the specified item.
(Inherited from NotificationListT.) |
![]() | CopyTo |
Copies the list to the specified array.
(Inherited from NotificationListT.) |
![]() | Dispose | Releases all resources used by the OptionsList |
![]() | Find |
Finds a item which satisfies the predicate.
(Inherited from NotificationListT.) |
![]() | FindAll |
Finds all items which satisfy the predicate.
(Inherited from NotificationListT.) |
![]() | GetEnumerator |
Gets the enumerator.
(Inherited from NotificationListT.) |
![]() | IndexOf |
Gets the index of the item.
(Inherited from NotificationListT.) |
![]() | Insert |
Inserts the item to the specified position.
(Overrides NotificationListTInsert(Int32, T).) |
![]() | Remove |
Removes the specified item.
(Overrides NotificationListTRemove(T).) |
![]() | RemoveAt |
Removes an item from the specified position.
(Overrides NotificationListTRemoveAt(Int32).) |
![]() | Select |
Selects the specified value.
|
![]() | ToString | (Inherited from NotificationListT.) |
See Also