Back to Devexpress

TcxEditPopupBorderStyle Enum

vcl-cxlookandfeelpainters-d52d3c67.md

latest1.7 KB
Original Source

TcxEditPopupBorderStyle Enum

Enumerates the styles of popup window borders.

Declaration

delphi
TcxEditPopupBorderStyle = (
    epbsDefault,
    epbsSingle,
    epbsFrame3D,
    epbsFlat
);

Members

Name
epbsDefault
epbsSingle
epbsFrame3D
epbsFlat

Remarks

Values include:

|

Value

|

Meaning

| | --- | --- | |

epbsDefault

|

Popup borders are drawn in the manner in which editor borders are currently painted. That is determined by the TcxCustomEditStyle.BorderStyle and TcxCustomEditStyle.HotTrack properties of the editor with which the popup is associated.

| |

epbsSingle

|

Popup borders are thin.

The following image displays the popup window with PopupBorderStyle set to epbsSingle.

| |

epbsFrame3D

|

Popup borders are three-dimensional.

The following image displays the popup window with PopupBorderStyle set to epbsFrame3D.

| |

epbsFlat

|

Popup borders are flat with a slight three-dimensional effect.

The following image displays the popup window with PopupBorderStyle set to epbsFlat.

|

See Also

cxLookAndFeelPainters Unit