MindFusion.UI for WebForms Programmer's Guide

MenuItem.ToolTip Property

See Also
 





Gets or sets the tooltip text displayed by this item.

Namespace: MindFusion.UI.Web
Assembly: MindFusion.UI.Web

 Syntax

C#  Copy Code

public string ToolTip { get; set; }

Visual Basic  Copy Code

Public Property ToolTip As String

 Property Value

Type: String
A string that specifies the text displayed by the item's tooltip. Default value is empty string ("").

 See Also