StatusBarGetText()

Retrieves the text in the specified pane of the main window status bar.

Token ID

BFTKN_STATUSBAR_GET_TEXT or 1075

Syntax

VOID StatusBarGetText([ENUM Pane]) 

Parameters

Pane As ENUM

(Optional) Enumerated values:

Number

Value

Description

1

Message

Default

2

SelectedItems

Returns the number of selected items (as a string) rather than the literal text of the pane. For example, if the pane displays "Selected: 1," the token returns "1."

3

TotalItems

Returns the total number of items (as a string) rather than the literal text of the pane. For example, if the pane displays "Total: 265," the token returns "265."