EnableToolTips Method
Description
The EnableToolTips method enables or disables the use of tool tips in the GridControl.
Syntax
Public Sub EnableToolTips( _
ByVal Enable As Boolean _
)
Parameters
- Enable
TRUE to enable tool tips.
FALSE to disable tool tips.
Remarks
By default, when the width of a column is too small to fully display the text of an item, a tool tip is displayed on mouse over that contains the entire text.
See Also
Copyright (c) 1998-2024 Codejock Technologies. All rights reserved.