Click or drag to resize

StatusBarItem.Style Property

X#
A constant determining the three-dimensional appearance of the status bar item:

Namespace:  VO
Assembly:  VOGUIClasses (in VOGUIClasses.dll) Version: 2.19
Syntax
 VIRTUAL PROPERTY Style AS USUAL GET SET 
Request Example View Source

Property Value

Type: Usual
A constant determining the three-dimensional appearance of the status bar item:
Remarks
One of the following constants determining the three-dimensional appearance of the status bar item:
ConstantDescription
SBITEMFLATCreates a status bar item with a flat appearance
SBITEMSUNKENCreates a status bar item with a sunken appearance
SBITEMRAISEDCreates a status bar item with a raised appearance
See Also