Click or drag to resize

ContainerModelContentsTooltip Property

Defines the tooltip displayed for this contents.

Namespace:  Livit.Learn.Model
Assembly:  Livit.Learn.Model (in Livit.Learn.Model.dll) Version: 0.0.0.0
Syntax
C#
public string ContentsTooltip { get; set; }

Property Value

Type: String
Remarks

The ContentsTooltip is a text string that can be displayed when the user hovers over the Container. This allows for a fixed custom descriptive explanation for the user, instead of the default automatically generated tooltip, which dynamically lists the content types present in the Container.

It's generally not recommended to use this feature unless a specific tooltip needs to be displayed.

See Also