StatusBarItem.Style Property | |
A constant determining the three-dimensional appearance of the status bar item:
Namespace:
VO
Assembly:
VOGUIClasses (in VOGUIClasses.dll) Version: 2.19
Syntax VIRTUAL PROPERTY Style AS USUAL GET SET
public virtual Usual Style { get; set; }
Request Example
View SourceProperty Value
Type:
UsualA 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