ScrollTips Property (C1TrueDBDropdown)
In This Topic
Gets or sets a value that determines whether the grid displays a pop-up text window when the scrollbar thumb is dragged.
Syntax
'Declaration
Public Property ScrollTips As System.Boolean
public System.bool ScrollTips {get; set;}
See Also