Back to Devexpress

TdxCustomTileBar.ShowPopupWindow(TdxTileBarItem) Method

vcl-dxtilebar-dot-tdxcustomtilebar-dot-showpopupwindow-x28-dxtilebar-dot-tdxtilebaritem-x29.md

latest902 B
Original Source

TdxCustomTileBar.ShowPopupWindow(TdxTileBarItem) Method

Displays a popup control of the specified tile.

Declaration

delphi
procedure ShowPopupWindow(AItem: TdxTileBarItem);

Parameters

NameType
AItemTdxTileBarItem

Remarks

Calling the ShowPopupWindow procedure has no effect if a tile passed as the AItem parameter, has no popup control (i.e., the tile’s PopupOptions.PopupControl property is nil ).

See Also

TdxCustomTileBar.HidePopupWindow

TdxCustomTileBar Class

TdxCustomTileBar Members

dxTileBar Unit