[]
Represents a collection of PdfPushButton.Action objects.
public class PdfPushButton.ActionCollection : IEnumerable
Name | Description |
---|---|
GotFocus | Gets the List<T> of PdfPushButton.Action objects from the current collection associated with GotFocus button state change. |
this[ButtonStateChange] | Gets the List<T> of PdfPushButton.Action objects from the current collection associated with the specified button state change (multiple actions can be associated with each state change). Returns null if no actions are associated with the specified state change in the current PdfPushButton.ActionCollection. |
this[ButtonStateChange, int] | Gets or sets the PdfPushButton.Action from the current collection, with the specified index among actions associated with the specified button state change (ButtonStateChange). |
LostFocus | Gets the List<T> of PdfPushButton.Action objects from the current collection associated with LostFocus button state change. |
MouseEnter | Gets the List<T> of PdfPushButton.Action objects from the current collection associated with MouseEnter button state change. |
MouseLeave | Gets the List<T> of PdfPushButton.Action objects from the current collection associated with MouseLeave button state change. |
Owner | Gets the PdfPushButton object that owns the current PdfPushButton.ActionCollection object. |
Pressed | Gets the List<T> of PdfPushButton.Action objects from the current collection associated with Pressed button state change. |
Released | Gets the List<T> of PdfPushButton.Action objects from the current collection associated with Released button state change. |
Name | Description |
---|---|
Clear() | Clears the current PdfPushButton.ActionCollection object. |