ComponentOne PDF for .NET
C1.C1Pdf Namespace / PdfPushButton.ActionCollection Class / MouseEnter Property

In This Topic
    MouseEnter Property (PdfPushButton.ActionCollection)
    In This Topic
    Gets the List of PdfPushButton.Action objects from the current collection associated with ButtonStateChange.MouseEnter button state change.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property MouseEnter As List(Of PdfPushButton.Action)
    public List<PdfPushButton.Action> MouseEnter {get;}
    See Also