GrapeCity MultiRow Windows Forms Documentation
ToolTip Property


Gets or sets the tooltip text shown when the mouse is over the DropDownItem.
Syntax
<SRDescriptionAttribute("Indicates the tooltip of the DropDownItem.")>
<DefaultValueAttribute()>
<SRCategoryAttribute("Appearance")>
Public Overridable Property ToolTip As String
Dim instance As DropDownItem
Dim value As String
 
instance.ToolTip = value
 
value = instance.ToolTip
[SRDescription("Indicates the tooltip of the DropDownItem.")]
[DefaultValue()]
[SRCategory("Appearance")]
public virtual string ToolTip {get; set;}

Property Value

A System.String value that represents the tooltip text shown when the mouse is over the DropDownItem. The default is String.Empty.
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

DropDownItem Class
DropDownItem Members

 

 


Copyright © GrapeCity, inc. All rights reserved.