Click or drag to resize

StatusBarItem Class

X#
Create a status bar item.
Inheritance Hierarchy
Object
  VObject
    StatusBarItem
      StatusBarKeyItem

Namespace:  VO
Assembly:  VOGUIClasses (in VOGUIClasses.dll) Version: 2.19
Syntax
 CLASS StatusBarItem INHERIT VObject
Request Example View Source

The StatusBarItem type exposes the following members.

Constructors
  NameDescription
Public methodStatusBarItem
Construct a status bar item.
Top
Properties
  NameDescription
Public propertyIcon
The icon of the status bar item.
Public propertyNameSym
The symbolic name of the status bar item.
Public propertyStyle
A constant determining the three-dimensional appearance of the status bar item:
Public propertyWidth
A numeric value that represents the width of the status bar item.
Top
Methods
  NameDescription
Public methodDestroy
Free memory resources allocated for a VObject object and its derived objects.
(Inherited from VObject.)
Top
Fields
  NameDescription
Public fieldoCargo
Cargo slot.
(Inherited from VObject.)
Top
Remarks
A status bar item is an object that can be added to a status bar. It is displayed as a rectangular section of the status bar and can be used to display text or graphical information. Simple status bar items that display messages, pairs of numbers, keyboard states, and memory information can be added automatically by calling the appropriate methods of the StatusBar class; this class is designed to allow the addition of user-defined items.
See Also

Reference