ComponentOne PDF for .NET
C1.C1Pdf Namespace / PdfPushButton.Action Class / PdfPushButton.Action Constructor / PdfPushButton.Action Constructor(ButtonAction,String)
Specifies the action type.
Specifies the command associated with the action (semantics depend on actionType).

In This Topic
    PdfPushButton.Action Constructor(ButtonAction,String)
    In This Topic
    Initializes a new instance of the PdfPushButton.Action class.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal actionType As ButtonAction, _
       ByVal cmd As String _
    )
    public PdfPushButton.Action( 
       ButtonAction actionType,
       string cmd
    )

    Parameters

    actionType
    Specifies the action type.
    cmd
    Specifies the command associated with the action (semantics depend on actionType).
    See Also