StatusBarKeyItem Constructor (Symbol, Long, Long, Object) | |
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
)
public StatusBarKeyItem(
Symbol symName,
int nWidth,
int kStyle,
[DefaultParameterValueAttribute(null, 0)] Object oIcon
)
Request Example
View SourceParameters
- 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