Click or drag to resize

StatusBarItem Constructor (Symbol, Long, Long, Object)

X#
Construct a status bar item.

Namespace:  XSharp.VO.SDK
Assembly:  XSharp.VOGUIClasses (in XSharp.VOGUIClasses.dll) Version: 2.19
Syntax
 CONSTRUCTOR(
	symName AS SYMBOL,
	nWidth AS LONG,
	kStyle AS LONG,
	 oIcon AS Object
)
Request Example View Source

Parameters

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