Xceed SmartUI for WinForms v3.6 Documentation
ToolTipText Property


Xceed.SmartUI.v3.6 Assembly > Xceed.SmartUI Namespace > SmartItem Class : ToolTipText Property
Gets or sets the ToolTip text associated with the SmartItem.
Syntax
'Declaration
 
<DescriptionAttribute("The ToolTip text associated with the SmartItem.")>
<CategoryAttribute("Appearance")>
<DefaultValueAttribute()>
<BrowsableAttribute(True)>
<MergablePropertyAttribute(True)>
<LocalizableAttribute(True)>
Public Property ToolTipText As String
'Usage
 
Dim instance As SmartItem
Dim value As String
 
instance.ToolTipText = value
 
value = instance.ToolTipText
[Description("The ToolTip text associated with the SmartItem.")]
[Category("Appearance")]
[DefaultValue()]
[Browsable(true)]
[MergableProperty(true)]
[Localizable(true)]
public string ToolTipText {get; set;}

Property Value

A string representing the ToolTip text for the SmartItem.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

SmartItem Class
SmartItem Members