ShowToolTips Property (C1DockingTab)
In This Topic
Gets or sets a value indicating whether the tool tip is shown when the mouse passes over the tab.
Syntax
'Declaration
Public Property ShowToolTips As Boolean
public bool ShowToolTips {get; set;}
See Also