Use the PaintStyleName property to specify the paint scheme for the Bars UI (BarManager), dock panels (DockManager) and MDI tabbed windows (XtraTabbedMdiManager). The paint scheme affects the overall UI appearance (borders, inner elements and in-place editors).
See the following table for paint scheme examples.
Value
|
Description
|
Image
|
---|
"Default"
|
The paint scheme is determined by the LookAndFeel object's settings.
| |
"OfficeXP"
|
MS Office XP - inspired paint scheme.
|

|
"Office2000"
|
MS Office 2000 - inspired paint scheme.
|

|
"WindowsXP"
|
The paint scheme is dependent on the current Windows OS theme.
|

|
"Office2003"
|
MS Office 2003 - inspired paint scheme.
|

|
"Skin"
|
The skinning paint scheme, specified by UserLookAndFeel.SkinName property, is applied.
You can access the UserLookAndFeel.SkinName property to specify the skinning paint scheme in a number of ways:
- For all controls within all forms in your application - via the DefaultLookAndFeel component or the UserLookAndFeel.Default static object.
-
For all XtraBars controls within all forms in your application - via the DefaultBarAndDockingController component or the Default static object.
Note that the BarAndDockingController.LookAndFeel.UseDefaultLookAndFeel property must be set to false for the Default BarAndDockingController's settings to be in effect.
-
For all XtraBars controls within a single form - via the BarAndDockingController component.
Note that the BarAndDockingController.LookAndFeel.UseDefaultLookAndFeel property must be set to false for the BarAndDockingController's settings to be in effect.
|

|
If the string assigned to the PaintStyleName property doesn't match any of the strings listed above, the "Default" string will be assigned instead.
By default, inplace editors embedded in BarEditItem items are painted using the style settings defined by the PaintStyleName property. To change the default behavior, customize the RepositoryItem.LookAndFeel property of the BarEditItem.Edit objects.