Skip to main content

TcxEditPopupBorderStyle Enum

Enumerates the styles of popup window borders.

Declaration

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