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


In This Topic
    LlBoxType Enumeration
    In This Topic
    Changes the progress dialog type.
    Syntax
    'Declaration
     
    
    Public Enum LlBoxType 
       Inherits System.Enum
    public enum LlBoxType : System.Enum 
    public enum class LlBoxType : public System.Enum 
    Members
    MemberDescription
    BridgeMeter

    Abort box with bridge meter and text

    BridgeWait

    Box with bridge meter and text, no abort button

    EmptyAbort

    Abort box with text

    EmptyWait

    Box with text, no abort button

    Marquee 
    NoneNo dialog will be shown
    NormalMeter

    Abort box with bar meter and text

    Normalwait

    Box with bar meter and text, no abort button

    StandardAbortA systemlike progressbox, with abort button
    StandardWaitA systemlike progressbox, no abort button
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             combit.Reporting.LlBoxType

    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