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

DeskBandInfoModes (Enums)
 
.
Summary

C# Definition:

[Flags]
enum DeskBandInfoModes : int
{
     DBIMF_NORMAL        = 0x0000,
     DBIMF_FIXED         = 0x0001,
     DBIMF_FIXEDBMP      = 0x0004,   // a fixed background bitmap (if supported)
     DBIMF_VARIABLEHEIGHT    = 0x0008,
     DBIMF_UNDELETEABLE      = 0x0010,
     DBIMF_DEBOSSED      = 0x0020,
     DBIMF_BKCOLOR       = 0x0040,
     DBIMF_USECHEVRON    = 0x0080,
     DBIMF_BREAK         = 0x0100,
     DBIMF_ADDTOFRONT    = 0x0200,
     DBIMF_TOPALIGN      = 0x0400
}

VB Definition:

Enum DeskBandInfoModes
   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
Find References
Show Printable Version
Revisions