AddPane Method
Description
Adds a pane to the custom status bar with the specified Id. Panes will appear from left-to-right in the order they are added.
Syntax
Public Function AddPane( _
ByVal [Id](#) As Long _
) As [StatusBarPane](XtremeCommandBars~StatusBarPane.md)
Parameters
- Id: The Id that will be given to the new pane.
Return Type
Returns a reference to the newly added StatusBarPane.
Remarks
Panes will appear in the order that they are added from left-to-right. The InsertPane method can be used to add a pane to a specific location.
See Also
Example
Refer to the StatusBar Object for usage examples.
Copyright (c) 1998-2024 Codejock Technologies. All rights reserved.