DesktopTrackerMode Property
Description
Specifies whether to use Vista Tracker Mode (On or Off). This fixes desktop flicker.
Property Type
Read-write property
Syntax (Visual Basic)
Public Property DesktopTrackerMode() As Boolean
Remarks
This should be False for Windows XP and True for Windows Vista. This is needed because it causes the Desktop to flicker if the correct setting for the OS used is not properly set.
The tracker is used for actions such as resizing columns (and also rows under special mode) and so on. This flag allows you to set the Vista Tracker Mode On or Off. By default, it is False.
See Also
Copyright (c) 1998-2024 Codejock Technologies. All rights reserved.