IntelliCAD 11.1 Object Library
StatusBar Property
See Also 
Application Object : StatusBar Property

Description

Sets or returns the text displayed in the status bar.

Property type

Read-write property

Syntax

Visual Basic
Public Property StatusBar As String

Example

The following example demonstrates how to return the text displayed in the status bar.

Private Sub CommandButton21_Click()

     Dim myStatus As String

     myStatus = Application.StatusBar

     MsgBox ("Status Bar is: " & myStatus)

End Sub

See Also

© 2022 IntelliCAD Technology Consortium. All Rights Reserved.