Skip to content

Statusbar_Id - FloatingPanel

The ID of the panel's status bar object

Type: Property
Access: Read/Write
Data Type: Integer
Parameters: None

Syntax

Property Integer Statusbar_Id
Access Type Syntax
Read Access: Get Statusbar_Id to IntegerVariable
Write Access: Set Statusbar_Id to IntegerVariable/Value

Description

StatusBar_Id is the ID of the panel's status bar object.

Container classes in which status bars (see cCJStatusBarPane) are typically used (AppPanel and Panel), the StatusBar_Id is automatically configured. For container classes which typically do not contain status bars, you need to set this property manually.

Object oCJCommandBarSystem1 is a cCJCommandBarSystem
    Object oCJStatusBar1 is a cCJStatusBar
        Object oCJStatusBarPane1 is a cCJStatusBarPane
            Set pbStyleStretch to True
            Set piId to sbpIDIdlePane
        End_Object

        Set StatusBar_Id to Self
    End_Object
End_Object