Click or drag to resize

StatusBarItem Constructor

X#
Construct a status bar item.

Namespace:  VO
Assembly:  VOGUIClasses (in VOGUIClasses.dll) Version: 2.19
Syntax
 CONSTRUCTOR(
	symName,
	nWidth,
	kStyle,
	oIcon
) CLIPPER
Request Example View Source

Parameters

symName (Optional)
Type: Usual
Name of the StatusbarItem
nWidth (Optional)
Type: Usual
Width of the StatusbarItem in pixels
kStyle (Optional)
Type: Usual
Style of the StatusbarItem One of: SBITEMFLAT SBITEMRAISED SBITEMSUNKEN
oIcon (Optional)
Type: Usual
Optional Icon object to display
See Also