Skip to main content

TdxNavBarDefaultStyles Members

Lists the default types of control elements to which individual styles can be assigned.

Constructors

Name Description
Create(TPersistent) Creates a new TcxOwnedPersistent class descendant instance. Inherited from TcxOwnedPersistent.

Properties

Name Description
Background Specifies the style of the NavBar control’s client area.
Button Specifies the style of a button element within a NavBar control.
ButtonHotTracked Specifies the style of a button element when it is hot-tracked.
ButtonPressed Specifies the style of a button element when it is pressed.
ChildGroupCaption
ChildGroupCaptionHotTracked
ChildGroupCaptionPressed
DefaultStyleCount Gets the number of default styles in the NavBar control.
DefaultStyles Provides indexed access to default styles of a NavBar control.
DropTargetGroup Specifies the header style of the group located under the mouse pointer when dragging another group.
DropTargetLink Specifies the style of the drop line indicating the new position of the link being dragged.
GroupBackground Specifies the style of the groups’ client area.
GroupControl Specifies the default style of embedded group controls.
GroupHeader Specifies the header style of groups.
GroupHeaderActive Specifies the style of the active group’s header.
GroupHeaderActiveHotTracked Specifies the default style settings of the active group’s hot-tracked header.
GroupHeaderActivePressed Specifies the default style settings for the active group’s header while pressed.
GroupHeaderHotTracked Specifies the style settings of a group header when it is hot-tracked.
GroupHeaderPressed Specifies the style settings of a group header when it is pressed.
Hint Specifies the style settings of hints.
Item Specifies the style settings of items.
ItemDisabled Specifies the style settings of disabled items.
ItemHotTracked Specifies the style settings of an item when it is hot-tracked.
ItemPressed Specifies the style settings of an item when it is pressed.
NavigationPaneHeader Specifies the style for the header section and the splitter when a Navigation Pane View is applied.
Owner protected Provides access to the persistent object to which the current property set or persistent information container belongs. Inherited from TcxOwnedPersistent.

Methods

Name Description
Assign(TPersistent) Updates the persistent information from the specified source. Inherited from TcxOwnedPersistent.
AssignDefaultValues(Boolean)
AssignTo(TPersistent) Inherited from TPersistent.
BeginUpdate Prevents the NavBar control from being repainted until the EndUpdate method is called.
DoAssign(TPersistent) protected Updates the persistent information container’s class-specific properties with the corresponding values obtained from another persistent information container. Inherited from TcxOwnedPersistent.
EndUpdate Applies all pending changes after a BeginUpdate procedure call.
Equals(TObject) Inherited from TObject.
GetHashCode Inherited from TObject.
GetNamePath Inherited from TPersistent.
GetOwner protected Returns the persistent object to which the current property set or persistent information container belongs. Inherited from TcxOwnedPersistent.
ToString Inherited from TObject.
See Also