SftTree/DLL 7.5 - Tree Control
SftBox/OCX 5.0 - Combo Box Control
SftButton/OCX 3.0 - Button Control
SftMask/OCX 7.0 - Masked Edit Control
SftTabs/OCX 6.5 - Tab Control (VB6 only)
SftTree/OCX 7.5 - Tree Control
SftTree/DLL 7.5 - Tree Control
SftBox/OCX 5.0 - Combo Box Control
SftButton/OCX 3.0 - Button Control
SftMask/OCX 7.0 - Masked Edit Control
SftTabs/OCX 6.5 - Tab Control (VB6 only)
SftTree/OCX 7.5 - Tree Control
SftTree/NET 2.0 - Tree Control
Defines the display style of selected items during cell editing.
Get
| VB.NET | Style = object.EditNoFocusStyle As SftTreeNoFocusStyleConstants |
| VB | Style = object.EditNoFocusStyle As SftTreeNoFocusStyleConstants |
| C#.NET | SftTreeNoFocusStyleConstants Style = object.EditNoFocusStyle; |
| VC++ | enum SftTreeNoFocusStyleConstants Style = object->EditNoFocusStyle; enum SftTreeNoFocusStyleConstants Style = object->GetEditNoFocusStyle(); |
| C | HRESULT object->get_EditNoFocusStyle(enum SftTreeNoFocusStyleConstants* Style); |
Put
| VB.NET | object.EditNoFocusStyle = Style As SftTreeNoFocusStyleConstants |
| VB | object.EditNoFocusStyle = Style As SftTreeNoFocusStyleConstants |
| C#.NET | SftTreeNoFocusStyleConstants object.EditNoFocusStyle = Style; |
| VC++ | enum SftTreeNoFocusStyleConstants object->EditNoFocusStyle = Style; void object->PutEditNoFocusStyle(enum SftTreeNoFocusStyleConstants Style); |
| C | HRESULT object->put_EditNoFocusStyle(enum SftTreeNoFocusStyleConstants Style); |
object
A SftTreeItems object.
Defines the display style of selected items during cell editing.
| Style | Value | Description |
|---|---|---|
| noFocusSftTreeKeepSel | 0 | The selected items are drawn the same way as for a tree control that has the input focus. The Items.SelectBackColorNoFocus and Items.SelectForeColorNoFocus properties can be used to define the colors used for selected items in this case. |
| noFocusSftTreeFrame | 1 | The selected items are drawn as items that are not selected, but are framed by a rectangle drawn using the color specified by the Items.SelectBackColor property. |
| noFocusSftTreeNothing | 2 | The selected items are drawn as items that are not selected. The user cannot distinguish between selected items and items that are not selected during cell editing. |
The EditNoFocusStyle property defines the display style of selected items during cell editing.
The Items.SelectStyle property is used to change the appearance of selected items in a tree control that has the input focus.
The Items.NoFocusStyle property can be used to define the display style of selected items when the tree control does not have the input focus.
BackColorOdd = -2147483643
CalcLimit = 0
CalcVisibleOnly = 0
Cell3D = 0
CharSearchColumn= -1
CharSearchMode = 1
DropHighlightColor= -2147483635
DropHighlightStyle= 1
EditNoFocusStyle= 2
FlybyHighlight = 1
ForeColor = -2147483640
ForeColorOdd = -2147483640
GrayedColor = -2147483631
GridHorizontalColor= -2147483633
GridStyle = 6
GridVerticalColor= -2147483633See Also SftTreeItems Object | Object Hierarchy
