TdxNavBarObjectState Enum
In This Article
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 |
---|
s
|
s
|
s
|
s
|
s
|
s
|
s
|
s
|
#Remarks
Values listed by the TdxNavBarObjectState enumeration are used by the following properties:
The State property of the TdxNavBarGroupViewInfo class;
The State property of the TdxNavBarLinkViewInfo class;
The BottomScrollButtonState and TopScrollButtonState properties of the TdxNavBarViewInfo class.
The table below describes values provided by the TdxNavBarObjectState enumeration.
Value | Description |
---|---|
s |
A particular Nav |
s |
A particular Nav |
s |
A particular Nav |
s |
A particular Nav |
s |
A particular Nav |
s |
A particular Nav |
s |
A particular Nav |
s |
A particular Nav |
See Also