NavBarAppearances Properties
Provides the appearance settings used to paint the XtraNavBar control.| Name | Description |
|---|---|
| Background | Gets the appearance settings used to paint the NavBarControl’s background. |
| Button | Gets the appearance settings used to paint scroll buttons. |
| ButtonDisabled | Gets the appearance settings used to paint scroll buttons when they are disabled. |
| ButtonHotTracked | Gets the appearance settings used to paint hot-tracked scroll buttons. |
| ButtonPressed | Gets the appearance settings used to paint the pressed scroll button. |
| GroupBackground | Gets the appearance settings used to paint the group’s background. |
| GroupHeader | Gets the appearance settings used to paint group headers. |
| GroupHeaderActive | Gets the appearance settings used to paint the header of the currently active NavBarGroup. |
| GroupHeaderHotTracked | Gets the appearance settings used to paint the group header when it’s hot-tracked. |
| GroupHeaderPressed | Gets the appearance settings used to paint the group header when it’s pressed. |
| Hint | Gets the appearance settings used to paint hints. |
| IsDisposed | Gets whether the current object has been disposed of. Inherited from BaseAppearanceCollection. |
| IsLoading | Indicates whether the collection’s owner is currently being initialized. Inherited from BaseAppearanceCollection. |
| Item | Gets the appearance settings used to paint item links. |
| ItemActive | Gets the appearance settings used to paint the currently active item link. |
| ItemDisabled | Gets the appearance settings used to paint the item link which is disabled. |
| ItemHotTracked | Gets the appearance settings used to paint the item link when it’s hot-tracked. |
| ItemPressed | Gets the appearance settings used to paint an item link when it’s pressed. |
| LinkDropTarget | Gets the appearance settings used to paint the horizontal line which indicates the position that the link is being dragged to. |
| NavigationPaneHeader | Gets the appearance settings used to paint the navigation pane’s header. |
| NavPaneContentButton | Gets the appearance settings used to paint the Content Button. |
| NavPaneContentButtonHotTracked | Gets the appearance settings used to paint the Content Button when it is hot-tracked. |
| NavPaneContentButtonPressed | Gets the appearance settings used to paint the Content Button in the pressed state. |
| NavPaneContentButtonReleased | Gets the appearance settings used to paint the Content Button after it has been pressed and released by a user. |
See Also