|
|
|
SftBoxItems.SelectInnerBorderColor Property |
Defines the inner border color for selected items.
Syntax
VB.NET |
|||
VB |
Clr = object.SelectInnerBorderColor As OLE_COLOR |
||
C#.NET |
|||
VC++ |
OLE_COLOR Clr = object->SelectInnerBorderColor;
|
||
C |
HRESULT object->get_SelectInnerBorderColor(OLE_COLOR* Clr); |
||
Delphi |
|||
VB.NET |
|||
VB |
object.SelectInnerBorderColor = Clr As OLE_COLOR |
||
C#.NET |
|||
VC++ |
OLE_COLOR object->SelectInnerBorderColor = Clr;
|
||
C |
HRESULT object->put_SelectInnerBorderColor(OLE_COLOR Clr); |
||
Delphi |
object
A SftBoxItems object.
Clr
Defines the inner border color for selected items.
Comments
The SelectInnerBorderColor property defines the inner border color for selected items.
The SelectInnerBorderColor property is only used if the Items.OutlineStyle property is set to OutlineStyleSftBoxRectGradient. Otherwise, it is ignored and the colors depending on the Items.SelectionStyle property settings are used.
The Items.SelectionStyle and Items.NoFocusStyle properties work in conjunction with the Items.OutlineStyle property to determine the exact appearance of selected items. The highlighted portion of an item is rendered using the outline style defined by the Items.OutlineStyle property.
The SelectInnerBorderColor property has no effect on the edit control portion.