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 the selection outline.
Get
VB.NET | Style = object.OutlineStyle As SftDirectoryOutlineStyleConstants |
VB | Style = object.OutlineStyle As SftDirectoryOutlineStyleConstants |
C#.NET | SftDirectoryOutlineStyleConstants Style = object.OutlineStyle; |
VC++ | enum SftDirectoryOutlineStyleConstants Style = object->OutlineStyle; enum SftDirectoryOutlineStyleConstants Style = object->GetOutlineStyle(); |
C | HRESULT object->get_OutlineStyle(enum SftDirectoryOutlineStyleConstants* Style); |
Put
VB.NET | object.OutlineStyle = Style As SftDirectoryOutlineStyleConstants |
VB | object.OutlineStyle = Style As SftDirectoryOutlineStyleConstants |
C#.NET | SftDirectoryOutlineStyleConstants object.OutlineStyle = Style; |
VC++ | enum SftDirectoryOutlineStyleConstants object->OutlineStyle = Style; void object->PutOutlineStyle(enum SftDirectoryOutlineStyleConstants Style); |
C | HRESULT object->put_OutlineStyle(enum SftDirectoryOutlineStyleConstants Style); |
object
Style
Defines the display style of the selection outline.
Name | Value | Description |
---|---|---|
OutlineStyleSftDirectoryRect | 0 | Rectangle - The selection is rendered using a rectangle. The colors used for the selection rectangle are based on the definitions for selected items (SelectBackColor, SelectBackColorNoFocus). An item highlighted due to flyby highlighting is rendered by underlining the cell text. |
OutlineStyleSftDirectoryRectGradient | 1 | Rectangle with borders and gradient fill - The selection is rendered using a rounded rectangle, with a gradient fill. The colors used for the selection outline are defined using the SelectOutlineBorderColor, SelectInnerBorderColor, SelectInnerFill1, SelectInnerFill2 or SelectNoFocusOutlineBorderColor, SelectNoFocusInnerBorderColor, SelectNoFocusInnerFill1, SelectNoFocusInnerFill2 properties. The selection outline of items highlighted due to flyby highlighting is rendered using the colors SelectHotOutlineBorderColor, SelectHotInnerBorderColor, SelectHotInnerFill1 and SelectHotInnerFill2 or HotOutlineBorderColor, HotInnerBorderColor, HotInnerFill1 and HotInnerFill2. The selection outline of items as drop targets is rendered using the colors DropTargetOutlineBorderColor, DropTargetInnerBorderColor, DropTargetInnerFill1 and DropTargetInnerFill2. |
The OutlineStyle property defines the display style of the selection outline.
See Also SftDirectory Object | Object Hierarchy