Retrieves the text in the specified pane of the main window status bar.
BFTKN_STATUSBAR_GET_TEXT or 1075
VOID StatusBarGetText([ENUM Pane])
(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." |