Back to Devexpress

Member Tables: Appearance

windowsforms-4923-controls-and-libraries-navigation-controls-navigation-bar-member-tables-member-table-appearances.md

latest3.2 KB
Original Source

Member Tables: Appearance

  • Oct 20, 2021

This document lists all properties, used to customize the way your Navigation Bar looks.

Appearances

|

Member

|

Description

| | --- | --- | |

NavBarControl.Appearance

|

Allows you to specify the appearance of the control’s various elements, and the default appearance settings for all its items and groups.

| |

A group’s NavElement.Appearance, NavBarGroup.AppearanceBackground, NavElement.AppearanceHotTracked, and NavElement.AppearancePressed

properties

|

Allows you to customize the appearance of individual groups.

| |

An item’s NavElement.Appearance, NavBarItem.AppearanceDisabled, NavElement.AppearanceHotTracked, and NavElement.AppearancePressed properties

|

Allows you to customize the appearance of individual items.

| |

NavBarControl.PaintAppearance

|

Allows you to get the actual appearance settings currently used to paint the NavBarControl’s elements

|

Look and Feel

MemberDescription
NavBarControl.LookAndFeelUsed to access the settings that define the NavBar control’s look and feel.
NavBarControl.PaintStyleKindSpecifies the manner in which the NavBar control is painted, and allows the look and feel settings to be applied.

Custom Painting

MemberDescription
NavBarControl.CustomDrawBackgroundAllows the control’s background to be custom painted.
NavBarControl.CustomDrawGroupCaptionAllows group captions to be custom painted.
NavBarControl.CustomDrawGroupClientBackgroundAllows a group client region’s background to be custom painted.
NavBarControl.CustomDrawGroupClientForegroundAllows a group client region’s foreground to be custom painted.
NavBarControl.CustomDrawHintAllows you to custom draw hints when the navbar control is painted using the VSToolBoxView style.
NavBarControl.CustomDrawLinkAllows links to be custom painted.