Softelvdm.Controls Class Library for Windows Controls 1.0

BackColorSelectedEnd Property, CellBaseClass Class

Softel vdm, Inc.

Defines the ending background color of the cell, if the cell is selected, when a gradient fill is used.

Syntax      CellBaseClass Class (Softelvdm.Controls)

VB   

Public Property BackColorSelectedEnd As Color

C#   

public Color BackColorSelectedEnd { get; set; }

C++   

public: property Color BackColorSelectedEnd {
        Color get();
        void set(Color value);
}

Property Value

The ending background color or Color.Empty. If a color is defined, a gradient fill is used, starting with the BackColorSelected color and ending with the BackColorSelectedEnd value. If this property is set to Color.Empty, a gradient fill is not used and the cell's background color is defined using the BackColorSelected property.

The default value is Color.Empty.

Comments

The BackColorSelectedEnd property defines the ending background color of the cell, if the cell is selected, when a gradient fill is used.

If the BackColorSelectedEnd property is defined, the cell's background uses a gradient fill consisting of the colors defined using BackColorSelected and BackColorSelectedEnd.

If the cell is not considered selected, the BackColor and BackColorEnd properties define the background color instead.

SftTree/NET 2.0: The orientation of the gradient fill can be defined using these properties: LinearGradientMode for items, RowHeaders.LinearGradientMode for row headers, Headers.LinearGradientMode for column headers and Footers.LinearGradientMode for column footers.

SftTabs/NET 6.0: An active tab is considered selected. If a gradient fill is used, horizontal tabs use a vertical fill (outside to inside), vertical tabs use a horizontal fill.

Version Information

Supported in version 1.0.
Products Table


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