Hide

SftTree/OCX 7.5 - ActiveX Tree Control

Display
Print

ToolTipsUseEntireCell Property, SftTreeItems Object

Defines whether Tool Tips use the entire cell.

Syntax

Get

VB.NETBoolean = object.ToolTipsUseEntireCell As Boolean
VBBoolean = object.ToolTipsUseEntireCell As Boolean
C#.NETbool Boolean = object.ToolTipsUseEntireCell;
VC++VARIANT_BOOL Boolean = object->ToolTipsUseEntireCell;
VARIANT_BOOL Boolean = object->GetToolTipsUseEntireCell();
CHRESULT object->get_ToolTipsUseEntireCell(VARIANT_BOOL* Boolean);

Put

VB.NETobject.ToolTipsUseEntireCell = Boolean As Boolean
VBobject.ToolTipsUseEntireCell = Boolean As Boolean
C#.NETbool object.ToolTipsUseEntireCell = Boolean;
VC++VARIANT_BOOL object->ToolTipsUseEntireCell = Boolean;
void object->PutToolTipsUseEntireCell(VARIANT_BOOL Boolean);
CHRESULT object->put_ToolTipsUseEntireCell(VARIANT_BOOL Boolean);

object

A SftTreeItems object.

Boolean

Defines whether Tool Tips use the entire cell.

BooleanDescription
TrueTool Tips use the entire cell.
FalseTool Tips are optimized in height and width and only use the minimum required space.

Comments

The ToolTipsUseEntireCell property defines whether Tool Tips use the entire cell.

Tool Tips are normally optimized in size to use a minimal amount of space vertically or horizontally to display the cell contents. By setting ToolTipsUseEntireCell to True, a cell Tool Tip will always use the entire cell height and width.

ToolTipsUseEntireCell has no effect if grid lines are not shown (see Items.GridStyle).

See Also SftTreeItems Object | Object Hierarchy


Last Updated 08/13/2020 - (email)
© 2024 Softel vdm, Inc.


Spring Break!

Our offices will be closed this week (March 18 through March 22).

We'll be back March 24 to address any pending sales and support issues.