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

text which should appear in the box

progress in percent



LlPrintSetBoxText Method

Sets text and percentage value in the progress box.

Syntax
'Declaration
 
Public Sub LlPrintSetBoxText( _
   ByVal text As String, _
   ByVal progressPercentage As Integer _
) 
 

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 8, .NET 9

See Also