ComponentOne PDF for .NET
MouseEnter Property

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

Reference

PdfPushButton.ActionCollection Class
PdfPushButton.ActionCollection Members