UseCellTips Property (C1SuperTooltipBase)
In This Topic
Gets or sets a value indicating whether the tooltip should display ToolTipText of Microsoft's ListView items or Microsoft's DataGridView cells.
Syntax
'Declaration
<DefaultValueAttribute(False)>
<C1CategoryAttribute("Behavior")>
<C1DescriptionAttribute("ST.UseCellTips", "A value indicating whether the tooltip should display ToolTipText of Microsoft's ListView items or Microsoft's DataGridView cells.")>
Public Property UseCellTips As Boolean
[DefaultValue(false)]
[C1Category("Behavior")]
[C1Description("ST.UseCellTips", "A value indicating whether the tooltip should display ToolTipText of Microsoft's ListView items or Microsoft's DataGridView cells.")]
public bool UseCellTips {get; set;}
See Also