ComponentOne PDF for .NET
LostFocus Property

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

Reference

PdfPushButton.ActionCollection Class
PdfPushButton.ActionCollection Members