Skip to content

Inform users of an unresolved bug #1115

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: docs
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions sdk-api-src/content/commctrl/ns-commctrl-tttoolinfoa.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,8 @@ Positions the tooltip window at the same coordinates provided by <a href="/windo
</dl>
</td>
<td width="60%">
Centers the tooltip window below the tool specified by the <b>uId</b> member.
Centers the tooltip window below the tool specified by the <b>uId</b> member.<br><br>
<b>ATTENTION!</b>The use of this flag is currently discouraged for displaying Balloon ToolTips (TTS_BALLOON) due to an unresolved bug that causes the balloon style to revert to the Windows XP style in certain situations, even on newer Windows (Windows 7, 8, 10, etc.) For more information visit this question: https://docs.microsoft.com/en-us/answers/questions/786101/why-using-the-ttf-centertip-flag-makes-the-tooltip.html

</td>
</tr>
Expand Down Expand Up @@ -216,4 +217,4 @@ Normal windows display text left-to-right (LTR). Windows can be <i>mirrored</i>


> [!NOTE]
> The commctrl.h header defines TTTOOLINFO as an alias which automatically selects the ANSI or Unicode version of this function based on the definition of the UNICODE preprocessor constant. Mixing usage of the encoding-neutral alias with code that not encoding-neutral can lead to mismatches that result in compilation or runtime errors. For more information, see [Conventions for Function Prototypes](/windows/win32/intl/conventions-for-function-prototypes).
> The commctrl.h header defines TTTOOLINFO as an alias which automatically selects the ANSI or Unicode version of this function based on the definition of the UNICODE preprocessor constant. Mixing usage of the encoding-neutral alias with code that not encoding-neutral can lead to mismatches that result in compilation or runtime errors. For more information, see [Conventions for Function Prototypes](/windows/win32/intl/conventions-for-function-prototypes).