Skip to main content

TdxTileBarItemPopupOptions.PopupControl Property

Specifies a control displayed in response to clicking the tile’s drop-down button.

Declaration

property PopupControl: TWinControl read; write;

Property Value

Type
TWinControl

Remarks

If a control is assigned to the PopupControl property, the tile item that owns the current options set displays a drop-down button. If an end-user clicks it, the control is displayed below, to the left of, to the right of, or above the tile item, depending on the tile bar control’s OptionsView.Position property value. This property value also determines the dimensions of the associated control at runtime.

  • If the tile bar control is oriented vertically, the associated control has the same width it had at design time but has the same height as the tile bar control.

  • If the tile bar control is oriented horizontally, the associated control has the same height it had at design time but has the same width as the tile bar control.

The associated control can host other controls. Removing focus from the popup control closes it.

See Also