ComponentOne PDF for .NET
GotFocus Property

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

Reference

PdfPushButton.ActionCollection Class
PdfPushButton.ActionCollection Members