Search
Module:
Directory

   Desktop Functions:

   Smart Device Functions:


Show Recent Changes
Subscribe (RSS)
Misc. Pages
Comments
FAQ
Helpful Tools
Playground
Suggested Reading
Website TODO List
Download Visual Studio Add-In

DeskBandInfoMasks (Enums)
 
.
Summary

C# Definition:

[Flags]
enum DeskBandInfoMasks
{
     DBIM_MINSIZE    = 0x0001,
     DBIM_MAXSIZE    = 0x0002,
     DBIM_INTEGRAL   = 0x0004,
     DBIM_ACTUAL     = 0x0008,
     DBIM_TITLE      = 0x0010,
     DBIM_MODEFLAGS  = 0x0020,
     DBIM_BKCOLOR    = 0x0040
}

VB Definition:

Enum DeskBandInfoMasks
   TODO
End Enum

Notes:

None.

 

Please edit this page!

Do you have...

  • helpful tips?
  • corrections to the existing content?
  • additional languages you want to include?

Select "Edit This Page" on the right hand toolbar and edit it!

 
Access PInvoke.net directly from VS:
Terms of Use
Edit This Page
Find References
Show Printable Version
Revisions