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
SftPrintPreview/DLL 2.0 - Print Preview Control (discontinued)
SftTree/DLL 7.5 - Tree Control
SftBox/OCX 5.0 - Combo Box Control
SftButton/OCX 3.0 - Button Control
SftDirectory 3.5 - File/Folder Control (discontinued)
SftMask/OCX 7.0 - Masked Edit Control
SftOptions 1.0 - Registry/INI Control (discontinued)
SftPrintPreview/OCX 1.0 - Print Preview Control (discontinued)
SftTabs/OCX 6.5 - Tab Control (VB6 only)
SftTree/OCX 7.5 - Tree Control
SftTabs/NET 6.0 - Tab Control (discontinued)
SftTree/NET 2.0 - Tree Control
Defines the display style of selected items when the control does not have the input focus.
Get
VB.NET | Style = object.NoFocusStyle As SftBoxNoFocusStyleConstants |
VB | Style = object.NoFocusStyle As SftBoxNoFocusStyleConstants |
C#.NET | SftBoxNoFocusStyleConstants Style = object.NoFocusStyle; |
VC++ | enum SftBoxNoFocusStyleConstants Style = object->NoFocusStyle; enum SftBoxNoFocusStyleConstants Style = object->GetNoFocusStyle(); |
C | HRESULT object->get_NoFocusStyle(enum SftBoxNoFocusStyleConstants* Style); |
Put
VB.NET | object.NoFocusStyle = Style As SftBoxNoFocusStyleConstants |
VB | object.NoFocusStyle = Style As SftBoxNoFocusStyleConstants |
C#.NET | SftBoxNoFocusStyleConstants object.NoFocusStyle = Style; |
VC++ | enum SftBoxNoFocusStyleConstants object->NoFocusStyle = Style; void object->PutNoFocusStyle(enum SftBoxNoFocusStyleConstants Style); |
C | HRESULT object->put_NoFocusStyle(enum SftBoxNoFocusStyleConstants Style); |
object
Style
Defines the display style of selected items when the control does not have the input focus.
Style | Value | Description |
---|---|---|
noFocusSftBoxKeepSel | 0 | The selected items are drawn the same way as for a control that has the input focus, so the user cannot distinguish between selected items in an active control and an inactive control. The Items.SelectBackColorNoFocus and Items.SelectForeColorNoFocus properties can be used to define the colors used for selected items in this case. |
noFocusSftBoxFrame | 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. |
noFocusSftBoxNothing | 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 in an inactive control. |
The NoFocusStyle property defines the display style of selected items when the control does not have the input focus.
The Items.SelectionStyle property is used to change the appearance of selected items in a control that has the input focus.
See Also SftBoxItems Object | Object Hierarchy