Skip to main content

TdxBarItem.IsPredefined Property

Identifies if the bar item is predefined (created in code).

Declaration

property IsPredefined: Boolean read;

Property Value

Type Description
Boolean

The property returns:

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

Remarks

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

See Also