combit List & Label 29 - .NET Help
combit.Reporting Namespace / HyperLinkClickedEventArgs Class / ReturnValue Property


In This Topic
    ReturnValue Property (HyperLinkClickedEventArgs)
    In This Topic

    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

    Syntax
    'Declaration
     
    
    Public Property ReturnValue As Integer
    public int ReturnValue {get; set;}
    public:
    property int ReturnValue {
       int get();
       void set (    int value);
    }
    Remarks
           

    When the action LlHyperlinkAction.RightButtonAllowed is executed, ReturnValue has the following alternative meaning.

    Value

    Meaning

    1

    Right click is not allowed and the action LlHyperlinkAction.RightClicked is therefore not executed.

    2

    Right click is allowed and the action LlHyperlinkAction.RightClicked is executed.                    

    Default

    2

    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