SftDirectory 2.5

SftDirectory.OutlineStyle Property

Softel vdm, Inc.

Defines the display style of the selection outline.

Syntax       

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);

Delphi

Style := object.OutlineStyle  : TOleEnum;

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);

Delphi

object.OutlineStyle := Style  : TOleEnum;

object

A SftDirectory 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.

Comments

The OutlineStyle property defines the display style of the selection outline.


Feedback / comments / error reports for this topic
© 2003, 2008 - Softel vdm, Inc. - www.softelvdm.com