ShowToolTips Property (C1PreviewPane)
In This Topic
Gets or sets a value indicating whether to show tooltips.
Syntax
'Declaration
Public Property ShowToolTips As Boolean
public bool ShowToolTips {get; set;}
Property Value
True to turn tooltips on, false to turn them off.
See Also