Search
FlowChart.AutoHighlightRows Property
See Also
 



Specifies whether a table row should be highlighted when the user clicks on it.

 Syntax

C#  Copy Code

public virtual bool AutoHighlightRows { get; set; }

Visual Basic  Copy Code

Public Overridable Property AutoHighlightRows As Boolean

 Property Value

true to automatically highlight clicked row, or false otherwise. The default value is false.

 See Also