StatusBarItem.Style Property (Typed) | |
A constant determining the three-dimensional appearance of the status bar item:
Namespace:
XSharp.VO.SDK
Assembly:
XSharp.VOGUIClasses (in XSharp.VOGUIClasses.dll) Version: 2.19
Syntax VIRTUAL PROPERTY Style AS LONG GET SET
public virtual int Style { get; set; }
Request Example
View SourceProperty Value
Type:
LongA 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:
Constant | Description |
---|
SBITEMFLAT | Creates a status bar item with a flat appearance |
SBITEMSUNKEN | Creates a status bar item with a sunken appearance |
SBITEMRAISED | Creates a status bar item with a raised appearance |
See Also