Search Results for

    Show / Hide Table of Contents

    Enum BalloonFlags

    Flags that define the icon that is shown on a balloon tooltip.

    Namespace: Simplic.Framework.Core.TaskbarNotification.Interop
    Assembly: Simplic.Framework.Base.dll
    Syntax
    public enum BalloonFlags

    Fields

    Name Description
    Error

    An error icon is displayed.

    Info

    An information icon is displayed.

    LargeIcon

    Windows Vista (Shell32.dll version 6.0.6) and later. The large version of the icon should be used as the balloon icon. This corresponds to the icon with dimensions SM_CXICON x SM_CYICON. If this flag is not set, the icon with dimensions XM_CXSMICON x SM_CYSMICON is used.

    • This flag can be used with all stock icons.
    • Applications that use older customized icons (NIIF_USER with hIcon) must provide a new SM_CXICON x SM_CYICON version in the tray icon (hIcon). These icons are scaled down when they are displayed in the System Tray or System Control Area (SCA).
    • New customized icons (NIIF_USER with hBalloonIcon) must supply an SM_CXICON x SM_CYICON version in the supplied icon (hBalloonIcon).
    None

    No icon is displayed.

    NoSound

    Windows XP (Shell32.dll version 6.0) and later. Do not play the associated sound. Applies only to balloon ToolTips.

    RespectQuietTime

    Windows 7 and later.

    User

    Windows XP Service Pack 2 (SP2) and later. Use a custom icon as the title icon.

    Warning

    A warning icon is displayed.

    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2018 SIMPLIC GmbH
    Generated by DocFx