Hide

SftTree/OCX 7.5 - ActiveX Tree Control

Display
Print

SelectNoFocusInnerFill2 Property, SftTreeItems Object

Defines the ending color used to fill the selection outline for selected items when the tree control does not have the input focus.

Syntax

Get

VB.NETClr = object.SelectNoFocusInnerFill2 As UInteger
VBClr = object.SelectNoFocusInnerFill2 As OLE_COLOR
C#.NETuint Clr = object.SelectNoFocusInnerFill2;
VC++OLE_COLOR Clr = object->SelectNoFocusInnerFill2;
OLE_COLOR Clr = object->GetSelectNoFocusInnerFill2();
CHRESULT object->get_SelectNoFocusInnerFill2(OLE_COLOR* Clr);

Put

VB.NETobject.SelectNoFocusInnerFill2 = Clr As UInteger
VBobject.SelectNoFocusInnerFill2 = Clr As OLE_COLOR
C#.NETuint object.SelectNoFocusInnerFill2 = Clr;
VC++OLE_COLOR object->SelectNoFocusInnerFill2 = Clr;
void object->PutSelectNoFocusInnerFill2(OLE_COLOR Clr);
CHRESULT object->put_SelectNoFocusInnerFill2(OLE_COLOR Clr);

object

A SftTreeItems object.

Clr

Defines the ending color used to fill the selection outline for selected items when the tree control does not have the input focus.

Comments

The SelectNoFocusInnerFill2 property defines the ending color used to fill the selection outline for selected items when the tree control does not have the input focus.

The SelectNoFocusInnerFill2 property is only used if the Items.OutlineStyle property is set to OutlineStyleSftTreeRectGradient. Otherwise, it is ignored and the colors depending on the Items.SelectStyle property settings are used.

The Items.SelectStyle 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.

See Also SftTreeItems Object | Object Hierarchy


Last Updated 08/13/2020 - (email)
© 2024 Softel vdm, Inc.


Spring Break!

Our offices will be closed this week (March 18 through March 22).

We'll be back March 24 to address any pending sales and support issues.