TdxStatusBarStateIndicatorItem.IndicatorType Property
Specifies the color of the indicator item.
Declaration
property IndicatorType: TdxStatusBarStateIndicatorType read; write; default sitOff;
Property Value
Type | Default |
---|---|
TdxStatusBarStateIndicatorType | sitOff |
Remarks
Use the IndicatorType property to specify the color of the glyph representing the item. The sitYellow, sitBlue, sitGreen, sitRed, sitTeal and sitPurple values correspond to the yellow, blue, green, red, teal and purple colors respectively. The sitOff value corresponds to the gray color and can be used to indicate the disabled state of the item.
The default value of the IndicatorType property is sitOff.
See Also