Skip to main content

TdxBar.IsPredefined Property

Identifies if the toolbar is predefined (created in code).

Declaration

property IsPredefined: Boolean read;

Property Value

Type Description
Boolean

The property returns:

True
If the toolbar is created and configured in code.
False
If the toolbar is loaded from an INI file or system registry.

Remarks

Use the IsPredefined property to identify if the toolbar is predefined (created and configured in code). Users cannot rename or delete predefined items in a Ribbon or toolbar UI.

See Also