Struct NativeMethods.IconInfo
Inherited Members
System.ValueType.Equals(System.Object)
System.ValueType.GetHashCode()
System.ValueType.ToString()
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetType()
Namespace: Telerik.WinControls
Assembly: TelerikCommon.dll
Syntax
public struct IconInfo
Fields
fIcon
Declaration
public bool fIcon
Field Value
System.Boolean
|
hbmColor
Declaration
public IntPtr hbmColor
Field Value
System.IntPtr
|
hbmMask
Declaration
public IntPtr hbmMask
Field Value
System.IntPtr
|
xHotspot
Declaration
public int xHotspot
Field Value
System.Int32
|
yHotspot
Declaration
public int yHotspot
Field Value
System.Int32
|