PDF for UWP | ComponentOne
C1.Xaml.Pdf Namespace / PdfPushButton.ActionCollection Class
Properties Methods


In This Topic
    PdfPushButton.ActionCollection Class Members
    In This Topic

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

    Public Properties
     NameDescription
    Public PropertyGets the List of PdfPushButton.Action objects from the current collection associated with ButtonStateChange.GotFocus button state change.  
    Public PropertyOverloaded. Gets the List 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 List of PdfPushButton.Action objects from the current collection associated with ButtonStateChange.LostFocus button state change.  
    Public PropertyGets the List of PdfPushButton.Action objects from the current collection associated with ButtonStateChange.MouseEnter button state change.  
    Public PropertyGets the List 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 List of PdfPushButton.Action objects from the current collection associated with ButtonStateChange.Pressed button state change.  
    Public PropertyGets the List 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