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 : uint
enum DeskBandInfoModes : int
{
    /// <summary>
    /// The band is normal in all respects. The other mode flags modify this flag.
    /// </summary>
    Normal = 0x0000,
    Normal      = 0x0000,
    /// <summary>
    /// TBD
    /// </summary>
    Fixed = 0x0001,
    Fixed       = 0x0001,
    /// <summary>
    /// a fixed background bitmap (if supported)
    /// </summary>
    FixedBMP = 0x0004,
    FixedBMP    = 0x0004,
    /// <summary>
    /// The height of the band object can be changed.
    /// </summary>
    /// <remarks>
    /// The ptIntegral member defines the step value by which the band object can be resized.
    /// </remarks>
    VariableHeight = 0x0008,
    VariableHeight  = 0x0008,
    /// <summary>
    /// TBD
    /// </summary>
    Undeleteable = 0x0010,
    Undeleteable    = 0x0010,
    /// <summary>
    /// The band object is displayed with a sunken appearance.
    /// </summary>
    Debossed = 0x0020,
    Debossed    = 0x0020,
    /// <summary>
    /// The band will be displayed with the background color specified in crBkgnd.
    /// </summary>
    BackColor = 0x0040,
    BackColor       = 0x0040,
    /// <summary>
    /// Displays a chevron when the toolbar requires overflow.
    /// </summary>
    UseChevron = 0x0080,
    UseChevron      = 0x0080,
    /// <summary>
    /// Display the toolbar in a new break
    /// </summary>
    Break = 0x0100,
    Break       = 0x0100,
    /// <summary>
    /// Adds the toolbar before the first toolbar in the frame
    /// </summary>
    AddToFront = 0x0200,
    AddToFront      = 0x0200,
    /// <summary>
    /// Aligns the toolbar with the top of the frame
    /// </summary>
    TopAlign = 0x0400
    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
Edit This Page
Find References
Show Printable Version
Revisions