Skip to main content

TdxBarCustomPopupMenuComponent.UseOwnFont Property

Specifies the font used to draw the popup menu.

Declaration

property UseOwnFont: Boolean read; write;

Property Value

Type
Boolean

Remarks

If the UseOwnFont property is set to False, then the font specified by the BarManager.Font property is used in the popup menu. Otherwise, the popup menu is drawn with the font specified by the menu’s Font property.

See Also