ComponentOne PDF for .NET
PdfPushButton.ActionCollection Class Members
Properties  Methods 

C1.C1Pdf.4 Assembly > C1.C1Pdf Namespace : PdfPushButton.ActionCollection Class

The following tables list the members exposed by PdfPushButton.ActionCollection.

Public Properties
 NameDescription
Public PropertyGets the System.Collections.Generic.List`1 of PdfPushButton.Action objects from the current collection associated with ButtonStateChange.GotFocus button state change.  
Public PropertyOverloaded. Gets the System.Collections.Generic.List`1 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.

 
Public PropertyGets the System.Collections.Generic.List`1 of PdfPushButton.Action objects from the current collection associated with ButtonStateChange.LostFocus button state change.  
Public PropertyGets the System.Collections.Generic.List`1 of PdfPushButton.Action objects from the current collection associated with ButtonStateChange.MouseEnter button state change.  
Public PropertyGets the System.Collections.Generic.List`1 of PdfPushButton.Action objects from the current collection associated with ButtonStateChange.MouseLeave button state change.  
Public PropertyGets the PdfPushButton object that owns the current PdfPushButton.ActionCollection object.  
Public PropertyGets the System.Collections.Generic.List`1 of PdfPushButton.Action objects from the current collection associated with ButtonStateChange.Pressed button state change.  
Public PropertyGets the System.Collections.Generic.List`1 of PdfPushButton.Action objects from the current collection associated with ButtonStateChange.Released button state change.  
Top
Public Methods
 NameDescription
Public MethodClears the current PdfPushButton.ActionCollection object.  
Top
See Also

Reference

PdfPushButton.ActionCollection Class
C1.C1Pdf Namespace