|
|
|
SftTreeHeader.SelectBackColor Property |
Defines the background color for this column header, when it is pressed.
Syntax
VB.NET |
|||
VB |
Clr = object.SelectBackColor As OLE_COLOR |
||
C#.NET |
|||
VC++ |
OLE_COLOR Clr = object->SelectBackColor; |
||
C |
HRESULT object->get_SelectBackColor(OLE_COLOR* Clr); |
||
Delphi |
Clr := object.SelectBackColor : Cardinal; |
||
VB.NET |
|||
VB |
object.SelectBackColor = Clr As OLE_COLOR |
||
C#.NET |
|||
VC++ |
OLE_COLOR object->SelectBackColor
= Clr; |
||
C |
HRESULT object->put_SelectBackColor(OLE_COLOR Clr); |
||
Delphi |
object.SelectBackColor := Clr : Cardinal; |
object
A SftTreeHeader object.
Clr
Defines the background color for this column header, when it is pressed. -1 indicates that there is no defined color and the default colors are used. For information about color properties, please visit the applicable section "Using SftTree/OCX with ...".
Comments
The SelectBackColor property defines the background color for this column header, when it is pressed.
When updating this property and the specified color Clr is the same value as the color currently defined using Headers.BackColor, the value -1 is saved, indicating that there is no defined color and default colors are used.
The color defined overrides the default color for column headers defined using Header.BackColor. This color can also override Windows themes, if the Header.OverrideTheme property is set accordingly.
See Also SftTreeHeader Object | Object Hierarchy