NetXP 3.0 Reference

NotifyInfoFlags Enumeration

Flags for balloon tip's icon.

This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.

[Visual Basic]
Public Enum NotifyInfoFlags
[C#]
public enum NotifyInfoFlags

Members

Member NameDescriptionValue
Error Shows an error icon. 3
Info Shows an info icon. 1
None Shows no icon. 0
Warning Shows a warning icon. 2

Requirements

Namespace: NETXP.Components

Assembly: NETXP.Components (in NETXP.Components.dll)

See Also

NETXP.Components Namespace