TcxCustomNavigator.BorderStyle Property
Specifies how the border is painted for the current navigator control.
Declaration
property BorderStyle: TcxNavigatorBorderStyle read; write; default nbsDefault;
Property Value
Type | Default |
---|---|
TcxNavigatorBorderStyle | nbsDefault |
Remarks
Options include:
Value | Description |
---|---|
nbsDefault | Borders of a hot-tracked button are painted over the navigator control’s border so that the borders blend. |
nbsNone | The navigator control’s border is not painted. |
nbsAlways | The navigator control’s border is always visible, even with a hot-tracked button. As a result, the navigator control’s size may be automatically adjusted to properly display buttons and the border based on the currently applied look and feel settings. |
The default value of the BorderStyle property is nbsDefault.
See Also