Skip to content

AddProgressPane Method

Description

Adds a progress bar pane to the status bar.

Syntax

Public Function AddProgressPane( _
    ByVal Id As Long _
) As StatusBarProgressPane

Parameters

  • Id: Id of the pane.

Return Type

Reference to the StatusBarProgressPane that was added to the status bar.

Remarks

The AddProgressPane method is used to add a progress bar pane to the status bar. The Max and Min values should be set after creation to specify the maximum and minimum values that the progress bar will use.

See Also


Copyright (c) 1998-2024 Codejock Technologies. All rights reserved.