|
|
|
SftDirectory.OutlineStyle Property |
Defines the display style of the selection outline.
Syntax
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;
|
||
C |
HRESULT object->get_OutlineStyle(enum SftDirectoryOutlineStyleConstants* Style); |
||
Delphi |
Style := object.OutlineStyle : TOleEnum; |
||
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;
|
||
C |
HRESULT object->put_OutlineStyle(enum SftDirectoryOutlineStyleConstants Style); |
||
Delphi |
object.OutlineStyle := Style : TOleEnum; |
object
A SftDirectory object.
Style
Defines the display style of the selection outline.
Name |
Value |
Description |
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. |
|
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. |
Comments
The OutlineStyle property defines the display style of the selection outline.