IgnoreFlickersOnActivate Property
Description
Reduces the "flicker" that occurs when a MDI Child caption becomes active.
Property Type
Read-write property
Syntax (Visual Basic)
Public Property IgnoreFlickersOnActivate() As Boolean
Remarks
Caption "flickers" sometimes appear when a MDI Child becomes active. This usually happens in a MDI application where child items are maximized and not in groups. The application must be using the Windows XP "Blue" theme.
To reduce the "flickers," set IgnoreFlickersOnActivate to False. This will use CodeJock routines to draw windows, which will remove the flickers. However, in some special cases, drawing problems may occur. If problems arise, you will need to set this to True.
Setting IgnoreFlickersOnActivate to True will revert to the standard Windows behavior for drawing, but flickers will appear.
By default, IgnoreFlickersOnActivate is False.
See Also
| Command Bars ActiveX Control v24.0
Copyright (c) 1998-2024 Codejock Technologies. All rights reserved.