ComponentOne PDF for WPF and Silverlight
Pressed Property (PdfPushButton.ActionCollection)

C1.WPF.Pdf.4 Assembly > C1.WPF.Pdf Namespace > PdfPushButton.ActionCollection Class : Pressed Property
Gets the List of PdfPushButton.Action objects from the current collection associated with ButtonStateChange.Pressed button state change.
Syntax
'Declaration
 
Public ReadOnly Property Pressed As List(Of PdfPushButton.Action)
public List<PdfPushButton.Action> Pressed {get;}
See Also

Reference

PdfPushButton.ActionCollection Class
PdfPushButton.ActionCollection Members