Skip to content

ColumnOffice2007CustomThemeBaseColor Property

Description

Gets or sets a custom color to use as the base color for the Office 2007 column style theme.

Property Type

Read-write property

Syntax (Visual Basic)

Public Property ColumnOffice2007CustomThemeBaseColor() As ULong

Remarks

The Office 2007 column style must be set for ColumnOffice2007CustomThemeBaseColor to have any effect. This will change the base color used to display the Office 2007 theme.

Example

wndGridControl.PaintManager.ColumnStyle = xtpColumnResource  
wndGridControl.PaintManager.ColumnOffice2007CustomThemeBaseColor = vbRed  
wndGridControl.Redraw

See Also


Copyright (c) 1998-2024 Codejock Technologies. All rights reserved.