Skip to main content

TdxStatusBarPanel.ParentBiDiMode Property

Specifies whether the status panel uses its parent’s bi-directional mode.

Declaration

property ParentBiDiMode: Boolean read; write; default True;

Property Value

Type Default
Boolean True

Remarks

Assign True to this property if you wish the status bar panel to use the bi-directional mode of its parent status bar control. Assign False to this property if you wish to specify different bi-directional mode to the panel.

The default value of the ParentBiDiMode property is True.

See Also