Table of Contents

Class User32

Namespace
Innova.Prism.Library.Utilities
Assembly
Innova.Prism.Library.dll

Wraps necessary functions imported from User32.dll. Code courtesy of MSDN Cold Rooster Consulting example.

public class User32
Inheritance
object
User32

Methods

DestroyIcon(IntPtr)

Provides access to function required to delete handle. This method is used internally and is not required to be called separately.

SendMessage(IntPtr, int, IntPtr, IntPtr)