HeaderPane
Main
Hide

SftTree/OCX 8.0 - ActiveX Tree Control

Share Link
Print

ToolTipForeColor Property, SftTreeItems Object

Defines the text color used to draw Tool Tips and Scroll Tips.

Syntax

Get

VB.NETClr = object.ToolTipForeColor As UInteger
VBClr = object.ToolTipForeColor As OLE_COLOR
C#.NETuint Clr = object.ToolTipForeColor;
VC++OLE_COLOR Clr = object->ToolTipForeColor;
OLE_COLOR Clr = object->GetToolTipForeColor();
CHRESULT object->get_ToolTipForeColor(OLE_COLOR* Clr);

Put

VB.NETobject.ToolTipForeColor = Clr As UInteger
VBobject.ToolTipForeColor = Clr As OLE_COLOR
C#.NETuint object.ToolTipForeColor = Clr;
VC++OLE_COLOR object->ToolTipForeColor = Clr;
void object->PutToolTipForeColor(OLE_COLOR Clr);
CHRESULT object->put_ToolTipForeColor(OLE_COLOR Clr);

object

A SftTreeItems object.

Clr

Defines the text color used to draw Tool Tips and Scroll Tips. For information about color properties, please visit the applicable section "Using SftTree/OCX with ...".

Comments

The ToolTipForeColor property defines the text color used to draw Tool Tips and Scroll Tips.

Examples

VB6

         ShadowColor     =   -2147483632
         Style           =   1
         ScrollTips      =   1
         SelectionArea   =   1
         SelectStyle     =   0
         ShowFocusRectangle=   1
         ToolTipAlways   =   0
         ToolTipBackColor=   -1
         ToolTipForeColor=   -1
         ToolTipsUseEntireCell=   0
         TopIndex        =   0
         TreeLineColor   =   -2147483631
         TreeLineGrayedColor=   -2147483631
         TreeLineStyle   =   3
         UpdateCurrentExpandCollapse=   0
         OutlineStyle    =   1

See Also SftTreeItems Object | Object Hierarchy


Last Updated 05/24/2026 - (email)
© 2026 Softel vdm, Inc.