THB Enumeration

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

Fields
 
Name Value Description
BITMAP 1
FLAGS 8
ICON 2
TOOLTIP 4
[Flags]
 public enum THB : uint
 {
     BITMAP = 0x0001,
     ICON = 0x0002,
     TOOLTIP = 0x0004,
     FLAGS = 0x0008,
 }
					
This language is not supported or no code example is available.

In this article

Definition