ResourceType Enumeration

Definition

Namespace: DevCase.Win32.Enums
Assembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public enum ResourceType

Remarks

Members

Cursor 1 Hardware-dependent cursor resource.
Bitmap 2 Bitmap resource.
Icon 3 Hardware-dependent icon resource.
Menu 4 Menu resource.
Dialog 5 Dialog box.
String 6 String-table entry.
FontDirectory 7 Font directory resource.
Font 8 Font resource.
Accelerator 9 Accelerator table.
ResourceData 10 Application-defined resource (raw data).
MessageTable 11 Message-table entry.
GroupCursor 12 Hardware-independent cursor resource.
GroupIcon 14 Hardware-independent icon resource.
Version 16 Version resource.
DialogInclude 17 Allows a resource editing tool to associate a string with an .rc file.

Typically, the string is the name of the header file that provides symbolic names.

The resource compiler parses the string but otherwise ignores the value.

PlugAndPlay 19 Plug and Play resource.
Vxd 20 VXD.
AnimatedCursor 21 Animated cursor.
AnimatedIcon 22 Animated icon.
Html 23 HTML resource.
Manifest 24 Side-by-Side Assembly Manifest.

See Also