Gets or sets a value that determines if rows are highlighted under the mouse.
[Visual Basic]
Public Property RowTracking As Boolean
[C#]
public bool RowTracking {get;set;}
[Delphi]
public property RowTracking: Boolean read get_RowTracking write set_RowTracking;
Example
When the RowTracking property is set to True as in the following code, rows are highlighted as you mouse over them:
Me.C1TrueDBDropdown1.RowTracking = True
· C#
this.c1TrueDBDropdown1.RowTracking = true;
· Delphi
Self.C1TrueDBDropdown1.RowTracking := True;
See Also
C1TrueDBDropdown Class | C1TrueDBDropdown Members | C1.Win.C1TrueDBGrid Namespace
Send comments about this topic to ComponentOne. Copyright © ComponentOne LLC. All rights reserved. |