Difference between revisions of "WebTreeView.EnableMouseOver"

From Jeremie Leroy - XOJO Controls Wiki
Jump to: navigation, search
m (1 revision)
Line 10: Line 10:
  
  
If True, each TreeViewItem will be highlighted using the stTreeView_Hover style when the [[WebTreeView.Item|Item]] is hovered.
+
If True, each [[TreeViewItem]] will be highlighted using the stTreeView_Hover style when the [[WebTreeView.Item|Item]] is hovered.

Revision as of 17:59, 14 September 2014

Property (As Boolean)
aWebTreeView.EnableMouseOver = newValue
or
BooleanValue = aWebTreeView.EnableMouseOver


If True, each TreeViewItem will be highlighted using the stTreeView_Hover style when the Item is hovered.