TcxEditPopupBorderStyle Enum
In This Article
Enumerates the styles of popup window borders.
#Declaration
Delphi
TcxEditPopupBorderStyle = (
epbsDefault,
epbsSingle,
epbsFrame3D,
epbsFlat
);
#Members
Name |
---|
epbs
|
epbs
|
epbs
|
epbs
|
#Remarks
Values include:
Value | Meaning |
---|---|
epbs | Popup borders are drawn in the manner in which editor borders are currently painted. That is determined by the Tcx |
epbs | Popup borders are thin. The following image displays the popup window with Popup |
epbs | Popup borders are three-dimensional. The following image displays the popup window with Popup |
epbs | Popup borders are flat with a slight three-dimensional effect. The following image displays the popup window with Popup |
See Also