Back to Devexpress

TdxNavBarObjectState Enum

vcl-dxnavbar-6d5ad05d.md

latest2.2 KB
Original Source

TdxNavBarObjectState Enum

The type specifies a set of available states of a NavBar element.

Declaration

delphi
TdxNavBarObjectState = (
    sActive,
    sDisabled,
    sExpanded,
    sHotTracked,
    sPressed,
    sSelected,
    sSpecial,
    sFocused
);

Members

Name
sActive
sDisabled
sExpanded
sHotTracked
sPressed
sSelected
sSpecial
sFocused

Remarks

Values listed by the TdxNavBarObjectState enumeration are used by the following properties:

The table below describes values provided by the TdxNavBarObjectState enumeration.

ValueDescription
sActiveA particular NavBar element is active. Relates to groups in Side Bar Views only.
sDisabledA particular NavBar element is disabled. Relates to links only.
sExpandedA particular NavBar element is expanded. Relates to groups only.
sHotTrackedA particular NavBar element is hot-tracked. Mouse pointer is over the element.
sPressedA particular NavBar element is pressed. An end-user has pressed the element by mouse without releasing the pressed mouse button.
sSelectedA particular NavBar element is selected.
sSpecialA particular NavBar element is active. Relates to groups in Explorer Bar Views only.
sFocusedA particular NavBar element is focused. An element can be focused if the NavBar control’s TabStop property is set to True.

See Also

dxNavBar Unit