Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The ShowFocusItem property shows or hides the focus rectangle that appears around the current focus item. The focus rectangle is a dotted line surrounding the current focus item's contents, giving the user an indication of their current location. This is important with regards to Keyboard Navigation, since the user must be certain what the next keystroke will do.

...

Code Block
// Hide the focus rectangle 
Set_Property(@Window:".OLE_TREE", "OLE.ShowFocusItem", 0)

See Also

FocusItemFocus