C# Class UlteriusServer.Api.Win32.WinApi.Iconinfo

Show file Open project: Ulterius/server

Public Properties

Property Type Description
fIcon bool
hbmColor System.IntPtr
hbmMask System.IntPtr
xHotspot int
yHotspot int

Property Details

fIcon public property

public bool fIcon
return bool

hbmColor public property

public IntPtr,System hbmColor
return System.IntPtr

hbmMask public property

public IntPtr,System hbmMask
return System.IntPtr

xHotspot public property

public int xHotspot
return int

yHotspot public property

public int yHotspot
return int