ShowToolTips Property (C1Ribbon)
In This Topic
Gets or sets whether the
C1.Framework.XView should display tooltips for elements that implement the
C1.Framework.IToolTipElement interface.
Syntax
'Declaration
Public Property ShowToolTips As Boolean
public bool ShowToolTips {get; set;}
See Also