combit List & Label 29 - .NET Help
combit.Reporting Namespace / LlCore Class / LlPrintSetBoxText Method

text which should appear in the box

progress in percent



In This Topic
    LlPrintSetBoxText Method
    In This Topic

    Sets text and percentage value in the progress box.

    Syntax
    'Declaration
     
    
    Public Sub LlPrintSetBoxText( _
       ByVal text As String, _
       ByVal progressPercentage As Integer _
    ) 
    public void LlPrintSetBoxText( 
       string text,
       int progressPercentage
    )
    public:
    void LlPrintSetBoxText( 
       String^ text,
       int progressPercentage
    ) 

    Parameters

    text

    text which should appear in the box

    progressPercentage

    progress in percent

    Remarks

    To make the text multi-line, linefeeds ("\x0a") can be inserted. Unchanged texts or null pointers are not re-drawn to avoid flickering, unchanged percentage values or "-1" are also ignored.

    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