List & Label .NET
combit.Reporting Namespace / HyperLinkClickedEventArgs Class

In This Topic
    HyperLinkClickedEventArgs Class Properties
    In This Topic

    For a list of all members of this type, see HyperLinkClickedEventArgs members.

    Public Properties
     NameDescription
    Public Property

    Determines which action is executed.

     
    Public Property

    Contains the user data or the link for the action to be executed.

     
    Public Property

    Contains the used protocol of the user data or the link for the action to be executed.

     
    Public Property

    Determines whether List & Label should perform its own standard execution or whether no further processing should be executed by List & Label because your own implementation/action has already been executed.

    Value

    Meaning

    0

    Perform standard List & Label handling.

    1

    Do not have any further standard handling executed by List & Label.

    Default

    0

     
    Public Property

    Determines the tooltip text to be displayed when the mouse is moved over the object in the preview.

     
    Top
    See Also