GetHotCellToolTip Method
Get the tool tip to use when the HotCell is hovered over.
Syntax
System.string GetHotCellToolTip(
IEntity entity,
PropertyDefinition propDef,
System.object currentValue,
System.string currentToolTip
)Function GetHotCellToolTip( _
ByVal entity As IEntity, _
ByVal propDef As PropertyDefinition, _
ByVal currentValue As System.Object, _
ByVal currentToolTip As System.String _
) As System.StringParameters
| Name | Description |
|---|---|
| entity | The Autodesk.DataManagement.Client.Framework.Vault.Currency.Entities.IEntity of the row in question. |
| propDef | The Autodesk.DataManagement.Client.Framework.Vault.Currency.Properties.PropertyDefinition of the column in question. |
| currentValue | The current value of the hot cell. |
| currentToolTip | The current tooltip. |
Return Value
The string to use as the tooltip.