|
|
|
SftTree.SetCellColorSample Method |
Defines the color sample displayed as an item's cell graphic.
Deprecated - Provided for compatibility with earlier versions only - Use Cell.Image.SetColorSample instead
Syntax
object
A SftTree object.
ItemIndex
The zero-based item index. The combination of ItemIndex and ColIndex describes an individual cell.
ColIndex
The zero-based column number. The combination of ItemIndex and ColIndex describes an individual cell.
Clr
Defines the color sample displayed as the item's cell graphic. For information about color properties, please visit the applicable section "Using SftTree/OCX with ...".
FrameClr
Defines the color value used to outline the color sample rectangle. If -1 is used, no outline is drawn. For information about color properties, please visit the applicable section "Using SftTree/OCX with ...".
WidthPix
The width of the color sample rectangle in pixels.
HeightPix
The height of the color sample rectangle in pixels.
Comments
Deprecated - Provided for compatibility with earlier versions only - Use Cell.Image.SetColorSample instead
The SetCellColorSample method defines the color sample displayed as an item's cell graphic.
The SetCellColorSample method is used to define a cell's optional graphic component to display a color sample rectangle. The settings can be retrieved using the GetCellColorSample method.
When using fixed height items (see Items.Style), all graphics used in a tree control as Cell.Image property at the same time must be the same size (height and width). The dimensions of the graphics are used to calculate the minimum dimension for all items, so graphics used as Cell.Image property are never clipped vertically. To change the cell graphic size, all cell graphics must be removed first using the Items.ClearCellImages method.
When using variable height items (see Items.Style), the graphics used can be of varying size. The item height is adjusted automatically, so graphics are never clipped vertically.
The Items.ClearCellImages method can be used to remove all cell graphics. The WidthPix and HeightPix parameters can be set to the value 0, which removes the graphic from the cell.
The position of the cell graphics relative to the cell text is determined by the Cell.ImageHAlign and Cell.ImageVAlign properties.
See Also SftTree Object | Object Hierarchy