combit List & Label 29 - .NET Help
combit.Reporting Namespace / LlHyperlinkAction Enumeration


In This Topic
    LlHyperlinkAction Enumeration
    In This Topic

    Determines which types of action can be reacted to for the HandleHyperlinkAction event.

    Syntax
    'Declaration
     
    
    Public Enum LlHyperlinkAction 
       Inherits System.Enum
    public enum LlHyperlinkAction : System.Enum 
    public enum class LlHyperlinkAction : public System.Enum 
    Members
    MemberDescription
    LeftClicked

    Determines that the left mouse button has been clicked.

    QueryTooltip

    Determines the tooltip text to be displayed.

    RightButtonAllowed

    Determines whether the right mouse button can be clicked and executed. The following values must be returned for HyperLinkClickedEventArgs.ReturnValue:

    Value

    Meaning

    1

    Right click is not allowed and deactivated.

    2

    Right click is allowed.

    Default

    2

     

    RightClicked

    Determines the right mouse button has been clicked.

    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             combit.Reporting.LlHyperlinkAction

    Requirements

    Platforms: Windows 10 (Version 21H2 - 23H2), Windows 11 (21H2 - 22H2), Windows Server 2016 - 2022
    .NET: .NET Framework 4.8, .NET 6, .NET 7, .NET 8

    See Also