DESKBANDINFO (Structures)
Last changed: -63.112.170.65

.
Summary
Contains and receives information for a band object.

C# Definition:

[StructLayout (LayoutKind.Sequential, CharSet=CharSet.Unicode)]
struct DESKBANDINFO {
     public Int32  dwMask;
     public POINT  ptMinSize;
     public POINT  ptMaxSize;
     public POINT  ptIntegral;
     public POINT  ptActual;
     [MarshalAs(UnmanagedType.ByValTStr, SizeConst=256)] public string wszTitle;
     public Int32  dwModeFlags;
     public Int32  crBkgnd;
}

VB Definition:

Structure DESKBANDINFO
   Public TODO
End Structure

User-Defined Field Types:

POINT

Notes:

None.

Documentation