StatusBarKeyItem Constructor | |
Construct a status bar item.
Namespace:
VO
Assembly:
VOGUIClasses (in VOGUIClasses.dll) Version: 2.19
Syntax CONSTRUCTOR(
symName,
nWidth,
kStyle,
oIcon
) CLIPPER
[ClipperCallingConventionAttribute(new string[] { ... })]
public StatusBarKeyItem(
Usual symName = default,
Usual nWidth = default,
Usual kStyle = default,
Usual oIcon = default
)
Request Example
View SourceParameters
- 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