Skip to main content

TdxBarManager.UseFullReset Property

Specifies which settings are restored when a toolbar is reset.

Declaration

property UseFullReset: Boolean read; write; default False;

Property Value

Type Default
Boolean False

Remarks

At runtime a toolbar can be restored after it has been modified. An end-user can use the Reset button on the Customization Form or in the toolbar’s Quick popup menu to do so. To restore the toolbar’s settings via code, the bar manager’s ResetToolbar or the toolbar’s Reset method can be used. By default only the settings concerned with the toolbar’s item links will be restored. To restore the settings of the toolbar itself such as its size, position, docking style, state, etc., set the UseFullReset property to True.

The default value of the UseFullReset property is False.

See Also